diff --git a/src/schema-validation.jsonc b/src/schema-validation.jsonc index 502bb47e043..c8d7f383594 100644 --- a/src/schema-validation.jsonc +++ b/src/schema-validation.jsonc @@ -276,7 +276,8 @@ "metaschema-draft-07-unofficial-strict.json", "glazewm.json", "youtrack-app.json", - "cinnamon-spice-settings.json" + "cinnamon-spice-settings.json", + "databricks-asset-bundles.json" ], "fileMatchConflict": [ // Name conflicts must be avoided. Do not add additional items here diff --git a/src/schemas/json/databricks-asset-bundles.json b/src/schemas/json/databricks-asset-bundles.json index f0367962ea6..cebb926218b 100644 --- a/src/schemas/json/databricks-asset-bundles.json +++ b/src/schemas/json/databricks-asset-bundles.json @@ -2349,7 +2349,7 @@ "$ref": "#/$defs/int" }, "instance_profile_arn": { - "description": "Nodes for this cluster will only be placed on AWS instances with this instance profile. If\nommitted, nodes will be placed on instances without an IAM instance profile. The instance\nprofile must have previously been added to the Databricks environment by an account\nadministrator.\n\nThis feature may only be available to certain customer plans.\n\nIf this field is ommitted, we will pull in the default from the conf if it exists.", + "description": "Nodes for this cluster will only be placed on AWS instances with this instance profile. If\nomitted, nodes will be placed on instances without an IAM instance profile. The instance\nprofile must have previously been added to the Databricks environment by an account\nadministrator.\n\nThis feature may only be available to certain customer plans.\n\nIf this field is omitted, we will pull in the default from the conf if it exists.", "$ref": "#/$defs/string" }, "spot_bid_price_percent": {