aboutsummaryrefslogblamecommitdiffstats
path: root/packages/json-schemas/schemas/token_schema.json
blob: 31e41c4b87916da3557c0a2cd58f6698dacbea73 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                          
{
    "id": "/tokenSchema",
    "properties": {
        "name": { "type": "string" },
        "symbol": { "type": "string" },
        "decimals": { "type": "number" },
        "address": { "$ref": "/addressSchema" }
    },
    "required": ["name", "symbol", "decimals", "address"],
    "type": "object"
}