{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://opensea.io/schemas/NftResponse", "title": "NftResponse", "type": "object", "properties": { "nft": { "$ref": "#/components/schemas/NftDetailed" } }, "required": [ "nft" ] }