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
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,7 @@ src/negative_test/kya/ @wp-lkl
src/schemas/json/specmatic.json @joelrosario @nashjain
src/test/specmatic/ @joelrosario @nashjain
src/negative_test/specmatic/ @joelrosario @nashjain

# Managed by Databricks team:
src/schemas/json/databricks-asset-bundles.json @janniklasrose @shreyas-goenka @denik @andrewnester
src/schemas/json/declarative-automation-bundles.json @janniklasrose @shreyas-goenka @denik @andrewnester
8 changes: 7 additions & 1 deletion src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -8445,7 +8445,7 @@
"name": "Declarative Automation Bundles",
"description": "Declarative Automation Bundles config",
"fileMatch": ["databricks.yml", "databricks.yaml"],
"url": "https://www.schemastore.org/declarative-automation-bundles.json"
"url": "https://github.com/databricks/cli/releases/latest/download/jsonschema.json"
},
{
"name": "JSON Schema Draft 4 (unofficial with '$ref' and 'format')",
Expand Down Expand Up @@ -9773,6 +9773,12 @@
"description": "Open standard for AI agent team definitions — declare agents, roles, tools, access policies, and pipelines in a single versioned document",
"fileMatch": ["*.envelope.json", "team.envelope.json"],
"url": "https://schema.openenvelope.org/team/v1.json"
},
{
"name": "Acton",
"description": "Configuration file for Acton projects",
"fileMatch": ["Acton.toml"],
"url": "https://raw.githubusercontent.com/ton-blockchain/acton/master/crates/acton-config/schemas/acton.schema.json"
}
]
}
8 changes: 1 addition & 7 deletions src/schema-validation.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@
"xunit-2.3.json",
"xunit.runner.schema.json",
"databricks-asset-bundles.json",
"declarative-automation-bundles.json",
"gitversion.json",
"lazygit.json",
"circleciconfig.json",
Expand Down Expand Up @@ -952,13 +953,6 @@
"dart-build.json": {
"unknownKeywords": ["deprecationMessage", "sources"]
},
"declarative-automation-bundles.json": {
"unknownKeywords": [
"deprecationMessage",
"x-databricks-preview",
"doNotSuggest"
]
},
"dependabot-2.0.json": {
"externalSchema": ["base.json"]
},
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/json/databricks-asset-bundles.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"$ref": "declarative-automation-bundles.json"
"$ref": "https://github.com/databricks/cli/releases/latest/download/jsonschema.json"
}
Loading