Version

September 9, 2025 ยท View on GitHub

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

Contents

  1. 1Examples
  2. 1.1Print the current version
  3. 1.2Print the current version using the long flag
  4. 1.3Print the current version using the short flag