10 lines
259 B
JSON
10 lines
259 B
JSON
{
|
|
"id": "/relayerApiOrderbookResponseSchema",
|
|
"type": "object",
|
|
"properties": {
|
|
"bids": { "$ref": "/relayerApiOrdersResponseSchema" },
|
|
"asks": { "$ref": "/relayerApiOrdersResponseSchema" }
|
|
},
|
|
"required": ["bids", "asks"]
|
|
}
|