aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/asset_pairs_request_opts_schema.json
blob: 174a8fdc32d4b30560789605741e742b0559fe17 (plain) (blame)
1
2
3
4
5
6
7
8
{
    "id": "/AssetPairsRequestOpts",
    "type": "object",
    "properties": {
        "assetDataA": { "$ref": "/hexSchema" },
        "assetDataB": { "$ref": "/hexSchema" }
    }
}