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
12 changes: 3 additions & 9 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5161,12 +5161,6 @@
"fileMatch": ["podbard.yaml"],
"url": "https://raw.githubusercontent.com/Songmu/podbard/main/schema.yaml"
},
{
"name": "Podman Desktop Extension",
"description": "Podman Desktop extension package.json manifest",
"fileMatch": [],
"url": "https://raw.githubusercontent.com/podman-desktop/podman-desktop/main/schemas/extension-schema.json"
},
{
"name": "POPxf",
"description": "Polynomial Observable Predictions in High-Energy Physics",
Expand Down Expand Up @@ -8393,10 +8387,10 @@
"url": "https://raw.githubusercontent.com/goblet/goblet/main/goblet.schema.json"
},
{
"name": "Databricks Asset Bundles",
"description": "Databricks Asset Bundles config",
"name": "Declarative Automation Bundles",
"description": "Declarative Automation Bundles config",
"fileMatch": ["databricks.yml", "databricks.yaml"],
"url": "https://www.schemastore.org/databricks-asset-bundles.json"
"url": "https://www.schemastore.org/declarative-automation-bundles.json"
},
{
"name": "JSON Schema Draft 4 (unofficial with '$ref' and 'format')",
Expand Down
3 changes: 3 additions & 0 deletions src/negative_test/package/package-manager-bare-npm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"packageManager": "npm"
}
3 changes: 3 additions & 0 deletions src/negative_test/package/package-manager-bun-substring.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"packageManager": "bunny"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"packageManager": "npm@10.9"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"packageManager": "corepack@1.0.0"
}
3 changes: 2 additions & 1 deletion src/schema-validation.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@
"xunit-2.2.json",
"xunit-2.3.json",
"xunit.runner.schema.json",
"databricks-asset-bundles.json",
"gitversion.json",
"lazygit.json",
"circleciconfig.json",
Expand Down Expand Up @@ -951,7 +952,7 @@
"dart-build.json": {
"unknownKeywords": ["deprecationMessage", "sources"]
},
"databricks-asset-bundles.json": {
"declarative-automation-bundles.json": {
"unknownKeywords": [
"deprecationMessage",
"x-databricks-preview",
Expand Down
9,901 changes: 1 addition & 9,900 deletions src/schemas/json/databricks-asset-bundles.json

Large diffs are not rendered by default.

Loading