From 0483e8f9e5b575b2eead891bc5186975069f1384 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Fri, 5 Feb 2021 19:58:36 +0000 Subject: [PATCH] chore: update schema [CI] --- build/vega-lite-schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/vega-lite-schema.json b/build/vega-lite-schema.json index 9111a84ef3d..9553a60b5f9 100644 --- a/build/vega-lite-schema.json +++ b/build/vega-lite-schema.json @@ -22537,6 +22537,9 @@ }, "value": { "anyOf": [ + { + "$ref": "#/definitions/SelectionInit" + }, { "items": { "$ref": "#/definitions/SelectionInitMapping" @@ -29895,6 +29898,9 @@ }, "value": { "anyOf": [ + { + "$ref": "#/definitions/SelectionInit" + }, { "items": { "$ref": "#/definitions/SelectionInitMapping"