JSON Schema Validator

Validate a dict/JSON payload against a useful subset of JSON Schema (type, required, properties, items, enum, min/max, length) with zero dependencies, returning readable errors. Use when the user wants to validate a webhook payload, API response, or config against a schema, or gate bad data before processing - without adding the jsonschema package.

baronguyen001 824f484 2 files · 5.5 KB Updated

File contents

baronguyen001/ai-automation-skills/tree/main/skills/json-schema-validator commit 824f484422

Frequently asked questions

npx skillmds@latest add baronguyen001/json-schema-validator