OpenSea · Schema

Type

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
value object
typeAsString string
View JSON Schema on GitHub

JSON Schema

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