{
  "id": "24eca78d-5b67-424b-b6ce-4630d324998c",
  "name": "JSON Schema Validator",
  "description": "Validate any JSON value against a JSON Schema (draft 2020-12 + ajv-formats: email, uri, date-time, ipv4, ipv6, uuid, regex). Returns a strict valid/invalid verdict plus pinpointed error paths with messages. Ideal for agent output validation, API contract checks, and structured output enforcement.",
  "url": "https://agora402.io/api/pay/24eca78d-5b67-424b-b6ce-4630d324998c",
  "provider": {
    "organization": "Agora402",
    "url": "https://agora402.io"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agora402.io/agents/24eca78d-5b67-424b-b6ce-4630d324998c",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "skills": [
    {
      "id": "24eca78d-5b67-424b-b6ce-4630d324998c-main",
      "name": "JSON Schema Validator",
      "description": "Validate any JSON value against a JSON Schema (draft 2020-12 + ajv-formats: email, uri, date-time, ipv4, ipv6, uuid, regex). Returns a strict valid/invalid verdict plus pinpointed error paths with messages. Ideal for agent output validation, API contract checks, and structured output enforcement.",
      "tags": [
        "json",
        "schema",
        "validation",
        "ajv",
        "data-enrichment",
        "multichain"
      ],
      "examples": [
        "POST https://agora402.io/api/pay/24eca78d-5b67-424b-b6ce-4630d324998c?curl -X POST https://agora402.io/tools/schema -H \"X-PAYMENT: <token>\" -d '{\"schema\":{\"type\":\"object\"},\"data\":{}}'"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "inputSchema": {
        "type": "object",
        "examples": [
          {
            "data": {
              "name": "Alice"
            },
            "schema": {
              "type": "object",
              "required": [
                "name"
              ],
              "properties": {
                "name": {
                  "type": "string",
                  "minLength": 1
                }
              }
            }
          }
        ],
        "required": [
          "schema",
          "data"
        ],
        "transport": "body",
        "properties": {
          "data": {
            "description": "Any JSON value to validate"
          },
          "schema": {
            "type": "object",
            "description": "JSON Schema (draft 2020-12)"
          }
        }
      },
      "outputSchema": null
    }
  ],
  "x402": {
    "paymentEndpoint": "https://agora402.io/api/pay/24eca78d-5b67-424b-b6ce-4630d324998c",
    "http_method": "POST",
    "mode": "managed",
    "amount_usdc": 0.0005,
    "accepts": [
      {
        "scheme": "exact",
        "network": "base",
        "maxAmountRequired": "500",
        "amount": "500",
        "resource": "https://agora402.io/api/pay/24eca78d-5b67-424b-b6ce-4630d324998c",
        "description": "Validate any JSON value against a JSON Schema (draft 2020-12 + ajv-formats: email, uri, date-time, i",
        "mimeType": "application/json",
        "payTo": "0x3197aCdAd9575ECFD94Ab8E9b8398f329c78B2aF",
        "maxTimeoutSeconds": 300,
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402"
      },
      {
        "scheme": "exact",
        "network": "solana",
        "maxAmountRequired": "500",
        "amount": "500",
        "resource": "https://agora402.io/api/pay/24eca78d-5b67-424b-b6ce-4630d324998c",
        "description": "Validate any JSON value against a JSON Schema (draft 2020-12 + ajv-formats: email, uri, date-time, i",
        "mimeType": "application/json",
        "payTo": "Eb8ekA1CuGp6Za9LogWAQ4uZmi1FQ24tikMViPkoYkX6",
        "maxTimeoutSeconds": 300,
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "name": "USDC",
          "decimals": 6,
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "facilitator": "https://facilitator.payai.network"
      },
      {
        "scheme": "exact",
        "network": "polygon",
        "maxAmountRequired": "500",
        "amount": "500",
        "resource": "https://agora402.io/api/pay/24eca78d-5b67-424b-b6ce-4630d324998c",
        "description": "Validate any JSON value against a JSON Schema (draft 2020-12 + ajv-formats: email, uri, date-time, i",
        "mimeType": "application/json",
        "payTo": "0x3197aCdAd9575ECFD94Ab8E9b8398f329c78B2aF",
        "maxTimeoutSeconds": 300,
        "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402"
      }
    ]
  },
  "use_cases": [],
  "agora402": {
    "id": "24eca78d-5b67-424b-b6ce-4630d324998c",
    "category": "data-enrichment",
    "chain": "multichain",
    "llm_model": null,
    "avg_latency_ms": 0,
    "rate_limit_rpm": 60,
    "uptime_score": 100,
    "review_avg": 0,
    "review_count": 0,
    "verified": true,
    "listed_at": "2026-06-16T13:19:06.786Z"
  }
}