Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 415 Bytes

File metadata and controls

32 lines (23 loc) · 415 Bytes

Version

jsonschema version
jsonschema --version
jsonschema -v

Print the current version of the JSON Schema CLI to standard output, without the v prefix.

Examples

Print the current version

jsonschema version

Print the current version using the long flag

jsonschema --version

Print the current version using the short flag

jsonschema -v