OpenSea · Schema

TraitObject

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

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

JSON Schema

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