Rarible · Schema

TraitProperty

Item trait property

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

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

JSON Schema

TraitProperty.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TraitProperty",
  "type": "object",
  "description": "Item trait property",
  "required": [
    "key",
    "value"
  ],
  "properties": {
    "key": {
      "type": "string",
      "example": "Hat"
    },
    "value": {
      "type": "string",
      "example": "Halo"
    }
  }
}