{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://opensea.io/schemas/Type", "title": "Type", "type": "object", "properties": { "value": {}, "typeAsString": { "type": "string" } } }