{
  "format": "delx/intent-card/v1",
  "id": "json-schema-quickcheck-api",
  "intent": "JSON Schema Quickcheck for an agent workflow",
  "title": "JSON Schema Quickcheck API for agents",
  "description": "Lightweight type/required/property check for agent-held JSON (not full draft validation) — first-party local utility for agent preflight and proven micro-utils expansion. Returns deterministic machine-readable JSON for $0.002 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, no web search, no live RPC, and no mediagen. Results are advisory; the caller owns authorization, budgets, and production controls. Sibling of Delx routes that already converted externally (random, hash, URL, FX families).",
  "keywords": [
    "JSON Schema Quickcheck API",
    "JSON Schema Quickcheck for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/json-schema-quickcheck-api",
  "machine_url": "https://commerce.delx.ai/intents/json-schema-quickcheck-api.json",
  "recommendation": {
    "tool_name": "util_json_schema_quickcheck",
    "service_name": "Delx JSON Schema Quickcheck",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/json-schema-quickcheck",
    "price_usdc": "0.002",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "instance": {
          "description": "Input field: instance.",
          "type": "object"
        },
        "schema": {
          "description": "Input field: schema.",
          "type": "object"
        }
      },
      "required": [
        "instance",
        "schema"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "instance": {
        "name": "delx",
        "n": 1
      },
      "schema": {
        "type": "object",
        "required": [
          "name"
        ],
        "properties": {
          "name": {
            "type": "string"
          },
          "n": {
            "type": "integer"
          }
        }
      }
    },
    "example_output": {
      "schema": "delx/util-json-schema-quickcheck/v1",
      "ok": true,
      "error_count": 0,
      "errors": [],
      "note": "quickcheck only — not full draft-2020-12 validation"
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/json-schema-quickcheck -m POST -H 'x-delx-source: intent-card-json-schema-quickcheck-api' --max-amount 0.002 -b '{\"instance\":{\"name\":\"delx\",\"n\":1},\"schema\":{\"type\":\"object\",\"required\":[\"name\"],\"properties\":{\"name\":{\"type\":\"string\"},\"n\":{\"type\":\"integer\"}}}}'",
      "max_amount_usdc": "0.002"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-json-schema-quickcheck-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-schema-quickcheck"
  }
}
