From 8337eb3d481b4cb258441e1a79611a6b5220d028 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 9 Aug 2023 13:12:33 +0000 Subject: [PATCH] chore: update schema --- www/docs/static/schema-pro.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 50caa5df7..1e029b4dd 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -2704,6 +2704,16 @@ }, "type": "array" }, + "disable": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] + }, "templated_extra_files": { "items": { "$ref": "#/$defs/TemplatedExtraFile"