OpenSea · Schema

ToolUsageResponse

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
id string
verified boolean
verification_type string
View JSON Schema on GitHub

JSON Schema

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