OpenSea · Schema

ContractInner

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
address string
View JSON Schema on GitHub

JSON Schema

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