OpenSea · Schema

Address

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

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

JSON Schema

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