OpenSea · Schema

ToolUsageRequest

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
verification_type string
tool_chain_id integer
tool_registry_address string
tool_onchain_id integer
latency_ms integer
eip3009 object
x402 object
View JSON Schema on GitHub

JSON Schema

ToolUsageRequest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://opensea.io/schemas/ToolUsageRequest",
  "title": "ToolUsageRequest",
  "type": "object",
  "properties": {
    "verification_type": {
      "type": "string"
    },
    "tool_chain_id": {
      "type": "integer",
      "format": "int64"
    },
    "tool_registry_address": {
      "type": "string"
    },
    "tool_onchain_id": {
      "type": "integer",
      "format": "int64"
    },
    "latency_ms": {
      "type": "integer",
      "format": "int64"
    },
    "eip3009": {
      "$ref": "#/components/schemas/Eip3009Fields"
    },
    "x402": {
      "$ref": "#/components/schemas/X402SettlementFields"
    }
  }
}