OpenSea · Schema

ToolListPaginatedResponse

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
tools array
next string
View JSON Schema on GitHub

JSON Schema

ToolListPaginatedResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://opensea.io/schemas/ToolListPaginatedResponse",
  "title": "ToolListPaginatedResponse",
  "type": "object",
  "properties": {
    "tools": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ToolListItemResponse"
      }
    },
    "next": {
      "type": "string"
    }
  },
  "required": [
    "tools"
  ]
}