OpenSea · Schema

FulfillmentComponent

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
value array
orderIndex integer
itemIndex integer
typeAsString string
nativeValueCopy array
View JSON Schema on GitHub

JSON Schema

FulfillmentComponent.json Raw ↑
{
  "$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": {}
    }
  }
}