{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "EthCollectionTokenId", "required": [ "signature", "@type" ], "type": "object", "properties": { "@type": { "type": "string", "enum": [ "ETHEREUM" ] }, "signature": { "$ref": "#/components/schemas/EthCollectionTokenIdSignature" } } }