Hacker News new | ask | show | jobs
by vincnetas 1320 days ago
Schemas are provided on linked page near definitions of parsers.
1 comments

You can also run `jc -h --dig` to get the parser details that include the schema.

Having true JSON Schema[0] is being considered, but on the back-burner due to the sheer number of parsers to build schemas for. Also, it is more difficult to accurately define the schema for a small subset of parsers since their command output are so variable.

[0] https://json-schema.org/