Rarible · Schema

MetaAttribute

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

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

JSON Schema

MetaAttribute.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MetaAttribute",
  "required": [
    "key"
  ],
  "type": "object",
  "properties": {
    "key": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "format": {
      "type": "string"
    }
  }
}