{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "EthErc20AssetType", "type": "object", "properties": { "@type": { "type": "string", "enum": [ "ERC20" ] }, "contract": { "$ref": "#/components/schemas/ContractAddress" } }, "required": [ "@type", "contract" ] }