14 lines
306 B
JSON
14 lines
306 B
JSON
{
|
|
"id": "/relayerApiOrdersResponseSchema",
|
|
"type": "object",
|
|
"allOf": [
|
|
{ "$ref": "/paginatedCollectionSchema" },
|
|
{
|
|
"properties": {
|
|
"records": { "$ref": "/relayerApiOrdersSchema" }
|
|
},
|
|
"required": ["records"]
|
|
}
|
|
]
|
|
}
|