13 lines
354 B
JSON
13 lines
354 B
JSON
{
|
|
"id": "/relayerApiAssetDataPairsSchema",
|
|
"type": "array",
|
|
"items": {
|
|
"properties": {
|
|
"assetDataA": { "$ref": "/relayerApiAssetDataTradeInfoSchema" },
|
|
"assetDataB": { "$ref": "/relayerApiAssetDataTradeInfoSchema" }
|
|
},
|
|
"required": ["assetDataA", "assetDataB"],
|
|
"type": "object"
|
|
}
|
|
}
|