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