From 2bf5a9cc4c5f963fe0d04a66530b5e177f6a3fd1 Mon Sep 17 00:00:00 2001 From: Roger Bonin Date: Wed, 29 May 2024 22:34:29 +0200 Subject: [PATCH] added missing draft2020 support info while running ajv help fixes #239 --- src/commands/help.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/help.ts b/src/commands/help.ts index acd473c..1d2bfb1 100644 --- a/src/commands/help.ts +++ b/src/commands/help.ts @@ -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 {