From 8c7563a35888963d75de96c54e2820a66b8516dd Mon Sep 17 00:00:00 2001 From: Risu <79110363+risu729@users.noreply.github.com> Date: Fri, 13 Mar 2026 05:48:18 +1100 Subject: [PATCH] Add draft2020 option to help command --- 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 {