Skip to content

Commit

Permalink
added missing draft2020 support info while running ajv help
Browse files Browse the repository at this point in the history
fixes #239
  • Loading branch information
h3xxx committed May 29, 2024
1 parent 58d6f07 commit 2bf5a9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ function schemaSpecOption(): void {
options:
--spec= JSON schema specification to use
draft7 JSON Schema draft-07 (default)
draft2019 JSON Schema draft-2019-09`)
draft2019 JSON Schema draft-2019-09
draft2020 JSON Schema draft-2020-12`)
}

function helpValidate(): void {
Expand Down

0 comments on commit 2bf5a9c

Please sign in to comment.