OpenSea · Schema

CollectionInner

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
slug string
View JSON Schema on GitHub

JSON Schema

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