From 37eda90c55161e3d3dea76727271a441b45eeea4 Mon Sep 17 00:00:00 2001 From: Nicholas Latham Date: Fri, 8 Nov 2019 15:08:45 +0000 Subject: [PATCH] Change maximum of function_stop from 22 to 24 (#8908) --- src/style-spec/reference/v8.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style-spec/reference/v8.json b/src/style-spec/reference/v8.json index 9aeaef52032..3b7c17d144e 100644 --- a/src/style-spec/reference/v8.json +++ b/src/style-spec/reference/v8.json @@ -2528,7 +2528,7 @@ "function_stop": { "type": "array", "minimum": 0, - "maximum": 22, + "maximum": 24, "value": [ "number", "color"