{"uid":"cap_7NApL4DBIVCSPAPKh8DhR","slug":"kihustle-json-validator-5c228f52","name":"KiHustle JSON Validator","description":"Kostenlose Guides, Solo-Playbooks und Artikel zu KI, Automation und Side Hustles — für Menschen, die mit echten Systemen online Einkommen aufbauen wollen. Transparent finanziert über faire Affiliate-Links.","url":"https://kihustle.tech/agents/api/v1/json-validator","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"data":{"type":"string"},"schema":{"type":"object"}}},"responseSchema":{"type":"json","example":{"result":"processed","status":"success"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_XoHOeuwjuTPoa4H-W8AC2","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Validates a JSON data string against a provided JSON schema and returns a pass/fail result","exampleAgentPrompt":"Can you validate this JSON string '{\"name\":\"Alice\",\"age\":30}' against the schema {\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"age\":{\"type\":\"integer\"}},\"required\":[\"name\",\"age\"]} and tell me if it's valid?","exampleUseCases":[{"title":"API response schema compliance check","prompt":"I just got a response from a third-party API and I need to know if it matches the expected schema — here's the JSON: '{\"id\":\"abc123\",\"amount\":99.99}' and the schema is {\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"amount\":{\"type\":\"number\"}},\"required\":[\"id\",\"amount\"]}. Is it valid?"},{"title":"User form input validation","prompt":"Before I store this user-submitted data, check if it's valid against my schema. The data is '{\"email\":\"user@example.com\",\"age\":25}' and the schema requires an email string and an integer age."},{"title":"Automation pipeline data quality gate","prompt":"In my automation workflow I have this JSON payload '{\"product\":\"widget\",\"qty\":\"five\"}' — validate it against the schema {\"type\":\"object\",\"properties\":{\"product\":{\"type\":\"string\"},\"qty\":{\"type\":\"integer\"}},\"required\":[\"product\",\"qty\"]} so I know whether to proceed or throw an error."}],"resultDescription":"Returns a JSON object containing a 'result' field (e.g. 'processed') and a 'status' field (e.g. 'success') indicating whether the provided data conforms to the given schema. May also surface validation errors or failure reasons on non-conformance.","failureModes":["Malformed JSON data string causes parse error","Schema object is invalid or empty, leading to undefined validation behavior","Data or schema fields missing from request body resulting in 400-level error","Payment not included or insufficient USDC balance causing 402 payment required","Ambiguous schema definitions may yield unexpected validation results"],"whenToPreferThis":"Choose this endpoint when you need a lightweight, pay-per-call JSON schema validation step in an automated pipeline or agent workflow and do not want to run a local validation library. Particularly useful in serverless or agent contexts where importing a full JSON schema validation library is undesirable, or when you want a neutral third-party validation result logged externally.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T19:02:59.823Z","isFirstParty":false}