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