jsonschema-cli 0.46.1

A command line tool for JSON Schema validation.
1
2
3
4
5
6
7
8
---
source: crates/jsonschema-cli/tests/cli.rs
expression: sanitized
---
{FILE_1} - INVALID. Errors:
1. "email" is a required property
2. "not a number" is not of type "number"
3. 123 is not of type "string"