Validating JSON Data

Validates JSON data against JSON Schema using the z-schema library. Use when the user needs to validate JSON, check data against a schema, handle validation errors, use custom format validators, work with JSON Schema drafts 04 through 2020-12, set up z-schema in a project, compile schemas with cross-references, resolve remote $ref, configure validation options, or inspect error details. Covers sync/async modes, safe error handling, schema pre-compilation, remote references, TypeScript types, and browser/UMD usage.

Kilo-Org 617fd1f 5 files · 36.6 KB Updated

File contents

kilo-org/kilo-marketplace/tree/main/skills/validating-json-data commit 617fd1f2dc

Frequently asked questions

npx skillmds@latest add kilo-org/validating-json-data