mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-28 16:15:49 +00:00
12 lines
258 B
JSON
12 lines
258 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"title": "orderbook",
|
|
"type": "object",
|
|
"properties": {
|
|
"base": {"$ref": "issue"},
|
|
"counter": {"$ref": "issue"}
|
|
},
|
|
"required": ["base", "counter"],
|
|
"additionalProperties": false
|
|
}
|