From 76898d4ebc46d44e13d27db3ee8d48aad16056db Mon Sep 17 00:00:00 2001 From: Alex Wu Date: Thu, 27 Aug 2020 13:56:44 -0700 Subject: [PATCH] [Autoscaler][hotfix] Remove additionalProperties from available_node_types schema (#10366) --- python/ray/autoscaler/ray-schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/ray/autoscaler/ray-schema.json b/python/ray/autoscaler/ray-schema.json index d3891b6a9..e5bf50911 100644 --- a/python/ray/autoscaler/ray-schema.json +++ b/python/ray/autoscaler/ray-schema.json @@ -303,8 +303,7 @@ "worker_setup_commands": { "$ref": "#/definitions/commands", "description": "List of common shell commands to run to setup nodes." - }, - "additionalProperties": false + } }, "additionalProperties": false }