Files
protocol/packages/json-schemas/schemas/asset_pairs_request_opts_schema.json
F. Eugene Aumson a3eab71908 Correct inconsistencies in JSON schema names
In both ref ID's and file names.
2018-12-28 15:08:15 -05:00

9 lines
189 B
JSON

{
"id": "/AssetPairsRequestOptsSchema",
"type": "object",
"properties": {
"assetDataA": { "$ref": "/hexSchema" },
"assetDataB": { "$ref": "/hexSchema" }
}
}