OpenSea · Schema

Trait

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
trait_type string
display_type string
max_value string
value object
View JSON Schema on GitHub

JSON Schema

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