Skip to main content
Validates a ScreenJSON document against the ScreenJSON JSON Schema. Prints a report and returns an exit code.

Flags

Exit codes

Examples

Output format

Success:
Failure (exit 1 under --strict):

Validator used

The validator uses the schema version bundled with the binary. The current version is reported with --verbose. The same schema is available at https://screenjson.com/schema.json for use with any external validator (Ajv, jsonschema, gojsonschema).