{
  "format": "delx/intent-card/v1",
  "id": "json-validation-api",
  "intent": "validate and normalize a JSON payload",
  "title": "Validate JSON for an agent",
  "description": "Validate, normalize and pretty-print a bounded JSON payload for $0.001 without an account or API key.",
  "keywords": [
    "JSON validation API",
    "JSON schema check",
    "validate JSON for agents",
    "JSON formatter",
    "x402 utility"
  ],
  "updated_at": "2026-08-01",
  "canonical_url": "https://commerce.delx.ai/intents/json-validation-api",
  "machine_url": "https://commerce.delx.ai/intents/json-validation-api.json",
  "recommendation": {
    "tool_name": "util_json_validate",
    "service_name": "Delx Json Validate",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/json-validate",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "input": {
          "type": "string",
          "description": "JSON string to validate"
        }
      },
      "required": [
        "input"
      ]
    },
    "example_input": {},
    "example_output": {},
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/json-validate -m POST -H 'x-delx-source: intent-card-json-validation-api' --max-amount 0.001 -b '{}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-json-validation-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/json-validate"
  }
}
