Open the JSON document and assign a schema
Open the document, then use the Quick Associations pane to select the root JSON Schema.
Validate JSON step by step
Assign a JSON Schema to a document, use schema-aware editing feedback, run an explicit validation, and follow each result back to the JSON value and schema rule that need attention.
The common desktop path
This landing page covers the interactive Windows editor workflow. The validation debugger, streaming validator, and command-line validator remain separate pages because they answer different tasks.
Open the document, then use the Quick Associations pane to select the root JSON Schema.
Use syntax coloring, folding, brace highlighting, and context-sensitive entry helpers while the assigned schema remains in context. Background validation can expose errors directly in the editor as the document changes.
The Results pane lists validation and well-formedness findings and supports copying the result set for review.
Select a result to return to the related editor position, compare the instance location with the violated schema rule, make the correction, and repeat validation until the intended check passes.
Platform availability
Choose the next validation task
Use Help for concise current-product instructions, the validator overview for capability evaluation, batch validation for collections of files, and the CLI hub for scripts and CI.