Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/schema-validation.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
"utam-page-object-2.0.3.json",
"utam-page-object-2.2.0.json",
"utcm-monitor.json",
"vector.json",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can address this properly in future schema versions: vectordotdev/vector#25174

"vega-lite.json",
"vs-nesting.json",
"vsext.json",
Expand Down Expand Up @@ -314,6 +315,7 @@
"ctfd.json",
"zarf.json",
"yamllint.json",
"vector.json",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are using unevaluatedProperties.

"scarb.json"
],
"missingCatalogUrl": [
Expand Down Expand Up @@ -1438,6 +1440,9 @@
"vega.json": {
"unknownKeywords": ["defs", "refs", "numItems"]
},
"vector.json": {
"unknownKeywords": ["_metadata"]
},
"vs-2017.3.host.json": {
"externalSchema": ["ide.host.json"]
},
Expand Down
Loading
Loading