Skip to content

Commit f23714a

Browse files
prontclaude
andcommitted
fix: add vector.json to highSchemaVersion exceptions
vector's schema generator emits draft 2019-09; adding exception to allow it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 354c515 commit f23714a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/schema-validation.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@
312312
"specif-1.1.json",
313313
"ctfd.json",
314314
"zarf.json",
315-
"yamllint.json"
315+
"yamllint.json",
316+
"vector.json"
316317
],
317318
"missingCatalogUrl": [
318319
// Below this line are subschemas that are included from other schema

0 commit comments

Comments
 (0)