From bc88fe32b766065de61f2eee57827db64697c2ed Mon Sep 17 00:00:00 2001 From: Ilya Kuznetsov Date: Mon, 27 Jan 2025 16:48:29 +0100 Subject: [PATCH] Update schema --- bundle/schema/jsonschema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/schema/jsonschema.json b/bundle/schema/jsonschema.json index 50a75f572..7c72c440e 100644 --- a/bundle/schema/jsonschema.json +++ b/bundle/schema/jsonschema.json @@ -1987,6 +1987,7 @@ "$ref": "#/$defs/string" }, "state": { + "description": "State of the app compute.", "$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/apps.ComputeState" } },