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