Skip to content

Commit

Permalink
[Travis] Update schema (build: 20854)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jan 26, 2019
1 parent 3b84fef commit 054753d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions build/vega-lite-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@
"BoxPlotUnitSpec": {
"$ref": "#/definitions/GenericUnitSpec<(BoxPlotEncoding),(BoxPlot|BoxPlotDef)>"
},
"BoxPlotUnitSpecWithFacet": {
"BoxPlotUnitSpec<FacetMapping>": {
"$ref": "#/definitions/GenericUnitSpec<(BoxPlotEncodingWithFacet),(BoxPlot|BoxPlotDef)>"
},
"BrushConfig": {
Expand Down Expand Up @@ -1743,16 +1743,16 @@
}
]
},
"CompositeMarkUnitSpecWithFacet": {
"CompositeMarkUnitSpec<FacetMapping>": {
"anyOf": [
{
"$ref": "#/definitions/ErrorBarUnitSpecWithFacet"
"$ref": "#/definitions/ErrorBarUnitSpec<FacetMapping>"
},
{
"$ref": "#/definitions/ErrorBandUnitSpecWithFacet"
"$ref": "#/definitions/ErrorBandUnitSpec<FacetMapping>"
},
{
"$ref": "#/definitions/BoxPlotUnitSpecWithFacet"
"$ref": "#/definitions/BoxPlotUnitSpec<FacetMapping>"
}
]
},
Expand Down Expand Up @@ -3573,7 +3573,7 @@
"ErrorBandUnitSpec": {
"$ref": "#/definitions/GenericUnitSpec<(ErrorEncoding),(ErrorBand|ErrorBandDef)>"
},
"ErrorBandUnitSpecWithFacet": {
"ErrorBandUnitSpec<FacetMapping>": {
"$ref": "#/definitions/GenericUnitSpec<(ErrorEncodingWithFacet),(ErrorBand|ErrorBandDef)>"
},
"ErrorBar": {
Expand Down Expand Up @@ -3677,7 +3677,7 @@
"ErrorBarUnitSpec": {
"$ref": "#/definitions/GenericUnitSpec<(ErrorEncoding),(ErrorBar|ErrorBarDef)>"
},
"ErrorBarUnitSpecWithFacet": {
"ErrorBarUnitSpec<FacetMapping>": {
"$ref": "#/definitions/GenericUnitSpec<(ErrorEncodingWithFacet),(ErrorBar|ErrorBarDef)>"
},
"EventStream": {
Expand Down Expand Up @@ -3771,13 +3771,13 @@
],
"description": "Unit spec that can be normalized/expanded into a layer spec or another unit spec."
},
"ExtendedUnitSpecWithFacet": {
"ExtendedUnitSpec<FacetMapping>": {
"anyOf": [
{
"$ref": "#/definitions/NormalizedUnitSpecWithFacet"
"$ref": "#/definitions/NormalizedUnitSpec<FacetMapping>"
},
{
"$ref": "#/definitions/CompositeMarkUnitSpecWithFacet"
"$ref": "#/definitions/CompositeMarkUnitSpec<FacetMapping>"
}
],
"description": "Unit spec that can be normalized/expanded into a layer spec or another unit spec."
Expand Down Expand Up @@ -3870,7 +3870,7 @@
"type": "object"
},
"FacetedExtendedUnitSpec": {
"$ref": "#/definitions/ExtendedUnitSpecWithFacet",
"$ref": "#/definitions/ExtendedUnitSpec<FacetMapping>",
"description": "Unit spec that can have a composite mark and row or column channels (shorthand for a facet spec)."
},
"Field": {
Expand Down Expand Up @@ -9104,7 +9104,7 @@
"$ref": "#/definitions/GenericUnitSpec<(Encoding),(Mark|MarkDef)>",
"description": "A unit specification without any shortcut/expansion syntax."
},
"NormalizedUnitSpecWithFacet": {
"NormalizedUnitSpec<FacetMapping>": {
"$ref": "#/definitions/GenericUnitSpec<(EncodingWithFacet),(Mark|MarkDef)>",
"description": "A unit specification without any shortcut/expansion syntax."
},
Expand Down

0 comments on commit 054753d

Please sign in to comment.