{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "EthOrderCryptoPunksData", "type": "object", "properties": { "@type": { "type": "string", "enum": [ "ETH_CRYPTO_PUNKS" ] }, "stub": { "type": "string", "default": "STUB" } }, "required": [ "@type" ] }