OpenSea · Schema

OrderAsset

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
identifier string
contract string
View JSON Schema on GitHub

JSON Schema

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