{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://opensea.io/schemas/ContractInner", "title": "ContractInner", "type": "object", "properties": { "address": { "type": "string" } }, "required": [ "address" ] }