From fd077db46e330ee197a0fc2fdb3b686d29c2362d Mon Sep 17 00:00:00 2001 From: smohiudd Date: Fri, 20 Sep 2024 13:53:51 -0600 Subject: [PATCH] update expression schema --- json-schema/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-schema/schema.json b/json-schema/schema.json index 2f74f94..cd632a1 100644 --- a/json-schema/schema.json +++ b/json-schema/schema.json @@ -257,7 +257,7 @@ "type": "string" }, "expression": { - "type": "string" + "type": ["string", "object", "array"] }, "minmax_zoom": { "type": "array",