{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "EthLazyItemErc721", "type": "object", "required": [ "@type" ], "properties": { "@type": { "type": "string", "enum": [ "ETH_ERC721" ] } } }