DELXCOMMERCE Live contract

Agent data quality · data-quality

Delx JSON Schema Quickcheck

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).

x402jsonschemapreflightagentslocal-first

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/json-schema-quickcheck -m POST -H 'x-delx-source: product-page' --max-amount 0.002 -b '{"instance":{"name":"delx","n":1},"schema":{"type":"object","required":["name"],"properties":{"name":{"type":"string"},"n":{"type":"integer"}}}}'
InputPOST /api/v1/x402/json-schema-quickcheck
{
  "instance": {
    "name": "delx",
    "n": 1
  },
  "schema": {
    "type": "object",
    "required": [
      "name"
    ],
    "properties": {
      "name": {
        "type": "string"
      },
      "n": {
        "type": "integer"
      }
    }
  }
}
Delivered resultapplication/json
{
  "schema": "delx/util-json-schema-quickcheck/v1",
  "ok": true,
  "error_count": 0,
  "errors": [],
  "note": "quickcheck only — not full draft-2020-12 validation"
}

Machine-readable evidence

Inspect before paying.