OpenSea · Schema

AdditionalRecipient

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
value array
amount integer
recipient string
typeAsString string
nativeValueCopy array
View JSON Schema on GitHub

JSON Schema

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