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