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