OpenSea · Schema

ValidateMetadataAttribute

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
traitType string
value string
displayType string
View JSON Schema on GitHub

JSON Schema

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