{
  "format": "delx/intent-card/v1",
  "id": "json-schema-validate-lite-api",
  "intent": "JSON Schema Validate Lite for an agent workflow",
  "title": "JSON Schema Validate Lite API for agents",
  "description": "Lite validate object required keys and types vs a tiny schema. Call when agent preflight without full jsonschema engines. Returns ok and errors as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.",
  "keywords": [
    "JSON Schema Validate Lite API",
    "JSON Schema Validate Lite for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/json-schema-validate-lite-api",
  "machine_url": "https://commerce.delx.ai/intents/json-schema-validate-lite-api.json",
  "recommendation": {
    "tool_name": "util_json_schema_validate_lite",
    "service_name": "JSON Schema Validate Lite",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/json-schema-validate-lite",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "instance": {
          "type": "object",
          "description": "JSON instance object"
        },
        "schema": {
          "type": "object",
          "description": "Lite JSON schema object"
        }
      },
      "required": [
        "instance",
        "schema"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "instance": {
        "a": 1
      },
      "schema": {
        "type": "object",
        "required": [
          "a"
        ],
        "properties": {
          "a": {
            "type": "number"
          }
        }
      }
    },
    "example_output": {
      "schema": "delx/util-json-schema-validate-lite/v1",
      "ok": true,
      "errors": []
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/json-schema-validate-lite -m POST -H 'x-delx-source: intent-card-json-schema-validate-lite-api' --max-amount 0.001 -b '{\"instance\":{\"a\":1},\"schema\":{\"type\":\"object\",\"required\":[\"a\"],\"properties\":{\"a\":{\"type\":\"number\"}}}}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-json-schema-validate-lite-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-validate-lite"
  }
}
