From 054753df0282f9d5650c5ae8ef72f321df4a7c66 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sat, 26 Jan 2019 06:14:56 +0000 Subject: [PATCH] [Travis] Update schema (build: 20854) --- build/vega-lite-schema.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/build/vega-lite-schema.json b/build/vega-lite-schema.json index 3165fd7301..8d43ea5514 100644 --- a/build/vega-lite-schema.json +++ b/build/vega-lite-schema.json @@ -1663,7 +1663,7 @@ "BoxPlotUnitSpec": { "$ref": "#/definitions/GenericUnitSpec<(BoxPlotEncoding),(BoxPlot|BoxPlotDef)>" }, - "BoxPlotUnitSpecWithFacet": { + "BoxPlotUnitSpec": { "$ref": "#/definitions/GenericUnitSpec<(BoxPlotEncodingWithFacet),(BoxPlot|BoxPlotDef)>" }, "BrushConfig": { @@ -1743,16 +1743,16 @@ } ] }, - "CompositeMarkUnitSpecWithFacet": { + "CompositeMarkUnitSpec": { "anyOf": [ { - "$ref": "#/definitions/ErrorBarUnitSpecWithFacet" + "$ref": "#/definitions/ErrorBarUnitSpec" }, { - "$ref": "#/definitions/ErrorBandUnitSpecWithFacet" + "$ref": "#/definitions/ErrorBandUnitSpec" }, { - "$ref": "#/definitions/BoxPlotUnitSpecWithFacet" + "$ref": "#/definitions/BoxPlotUnitSpec" } ] }, @@ -3573,7 +3573,7 @@ "ErrorBandUnitSpec": { "$ref": "#/definitions/GenericUnitSpec<(ErrorEncoding),(ErrorBand|ErrorBandDef)>" }, - "ErrorBandUnitSpecWithFacet": { + "ErrorBandUnitSpec": { "$ref": "#/definitions/GenericUnitSpec<(ErrorEncodingWithFacet),(ErrorBand|ErrorBandDef)>" }, "ErrorBar": { @@ -3677,7 +3677,7 @@ "ErrorBarUnitSpec": { "$ref": "#/definitions/GenericUnitSpec<(ErrorEncoding),(ErrorBar|ErrorBarDef)>" }, - "ErrorBarUnitSpecWithFacet": { + "ErrorBarUnitSpec": { "$ref": "#/definitions/GenericUnitSpec<(ErrorEncodingWithFacet),(ErrorBar|ErrorBarDef)>" }, "EventStream": { @@ -3771,13 +3771,13 @@ ], "description": "Unit spec that can be normalized/expanded into a layer spec or another unit spec." }, - "ExtendedUnitSpecWithFacet": { + "ExtendedUnitSpec": { "anyOf": [ { - "$ref": "#/definitions/NormalizedUnitSpecWithFacet" + "$ref": "#/definitions/NormalizedUnitSpec" }, { - "$ref": "#/definitions/CompositeMarkUnitSpecWithFacet" + "$ref": "#/definitions/CompositeMarkUnitSpec" } ], "description": "Unit spec that can be normalized/expanded into a layer spec or another unit spec." @@ -3870,7 +3870,7 @@ "type": "object" }, "FacetedExtendedUnitSpec": { - "$ref": "#/definitions/ExtendedUnitSpecWithFacet", + "$ref": "#/definitions/ExtendedUnitSpec", "description": "Unit spec that can have a composite mark and row or column channels (shorthand for a facet spec)." }, "Field": { @@ -9104,7 +9104,7 @@ "$ref": "#/definitions/GenericUnitSpec<(Encoding),(Mark|MarkDef)>", "description": "A unit specification without any shortcut/expansion syntax." }, - "NormalizedUnitSpecWithFacet": { + "NormalizedUnitSpec": { "$ref": "#/definitions/GenericUnitSpec<(EncodingWithFacet),(Mark|MarkDef)>", "description": "A unit specification without any shortcut/expansion syntax." },