OpenSea · Schema

PartialParameters

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
consideration array
zone string
zoneHash string
View JSON Schema on GitHub

JSON Schema

PartialParameters.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://opensea.io/schemas/PartialParameters",
  "title": "PartialParameters",
  "type": "object",
  "properties": {
    "consideration": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Consideration"
      }
    },
    "zone": {
      "type": "string"
    },
    "zoneHash": {
      "type": "string"
    }
  },
  "required": [
    "consideration",
    "zone",
    "zoneHash"
  ]
}