OpenSea · Schema

TraitData

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
type string
value string
View JSON Schema on GitHub

JSON Schema

TraitData.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://opensea.io/schemas/TraitData",
  "title": "TraitData",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  },
  "required": [
    "type",
    "value"
  ]
}