{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://opensea.io/schemas/AdditionalRecipient", "title": "AdditionalRecipient", "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/Type" } }, "amount": { "type": "integer" }, "recipient": { "type": "string" }, "typeAsString": { "type": "string" }, "nativeValueCopy": { "type": "array", "items": {} } } }