Skip to content

Commit

Permalink
chore: update schema [CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 20, 2022
1 parent 2ebf588 commit 71324f1
Showing 1 changed file with 22 additions and 96 deletions.
118 changes: 22 additions & 96 deletions build/vega-lite-schema.json
Expand Up @@ -7665,14 +7665,7 @@
"params": {
"description": "Dynamic variables or selections that parameterize a visualization.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/VariableParameter"
},
{
"$ref": "#/definitions/TopLevelSelectionParameter"
}
]
"$ref": "#/definitions/TopLevelParameter"
},
"type": "array"
},
Expand Down Expand Up @@ -9268,14 +9261,7 @@
"params": {
"description": "An array of parameters that may either be simple variables, or more complex selections that map user input to data queries.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/VariableParameter"
},
{
"$ref": "#/definitions/SelectionParameter"
}
]
"$ref": "#/definitions/SelectionParameter"
},
"type": "array"
},
Expand Down Expand Up @@ -11092,14 +11078,7 @@
"params": {
"description": "An array of parameters that may either be simple variables, or more complex selections that map user input to data queries.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/VariableParameter"
},
{
"$ref": "#/definitions/SelectionParameter"
}
]
"$ref": "#/definitions/SelectionParameter"
},
"type": "array"
},
Expand Down Expand Up @@ -28440,14 +28419,7 @@
"params": {
"description": "Dynamic variables or selections that parameterize a visualization.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/VariableParameter"
},
{
"$ref": "#/definitions/TopLevelSelectionParameter"
}
]
"$ref": "#/definitions/TopLevelParameter"
},
"type": "array"
},
Expand Down Expand Up @@ -28584,14 +28556,7 @@
"params": {
"description": "Dynamic variables or selections that parameterize a visualization.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/VariableParameter"
},
{
"$ref": "#/definitions/TopLevelSelectionParameter"
}
]
"$ref": "#/definitions/TopLevelParameter"
},
"type": "array"
},
Expand Down Expand Up @@ -28714,14 +28679,7 @@
"params": {
"description": "Dynamic variables or selections that parameterize a visualization.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/VariableParameter"
},
{
"$ref": "#/definitions/TopLevelSelectionParameter"
}
]
"$ref": "#/definitions/TopLevelParameter"
},
"type": "array"
},
Expand Down Expand Up @@ -28872,14 +28830,7 @@
"params": {
"description": "Dynamic variables or selections that parameterize a visualization.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/VariableParameter"
},
{
"$ref": "#/definitions/TopLevelSelectionParameter"
}
]
"$ref": "#/definitions/TopLevelParameter"
},
"type": "array"
},
Expand Down Expand Up @@ -29045,14 +28996,7 @@
"params": {
"description": "Dynamic variables or selections that parameterize a visualization.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/VariableParameter"
},
{
"$ref": "#/definitions/TopLevelSelectionParameter"
}
]
"$ref": "#/definitions/TopLevelParameter"
},
"type": "array"
},
Expand Down Expand Up @@ -29223,14 +29167,7 @@
"params": {
"description": "Dynamic variables or selections that parameterize a visualization.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/VariableParameter"
},
{
"$ref": "#/definitions/TopLevelSelectionParameter"
}
]
"$ref": "#/definitions/TopLevelParameter"
},
"type": "array"
},
Expand Down Expand Up @@ -29411,14 +29348,7 @@
"params": {
"description": "Dynamic variables or selections that parameterize a visualization.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/VariableParameter"
},
{
"$ref": "#/definitions/TopLevelSelectionParameter"
}
]
"$ref": "#/definitions/TopLevelParameter"
},
"type": "array"
},
Expand Down Expand Up @@ -29478,6 +29408,16 @@
],
"type": "object"
},
"TopLevelParameter": {
"anyOf": [
{
"$ref": "#/definitions/VariableParameter"
},
{
"$ref": "#/definitions/TopLevelSelectionParameter"
}
]
},
"TopLevelSelectionParameter": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -29711,14 +29651,7 @@
"params": {
"description": "An array of parameters that may either be simple variables, or more complex selections that map user input to data queries.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/VariableParameter"
},
{
"$ref": "#/definitions/SelectionParameter"
}
]
"$ref": "#/definitions/TopLevelParameter"
},
"type": "array"
},
Expand Down Expand Up @@ -30017,14 +29950,7 @@
"params": {
"description": "An array of parameters that may either be simple variables, or more complex selections that map user input to data queries.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/VariableParameter"
},
{
"$ref": "#/definitions/SelectionParameter"
}
]
"$ref": "#/definitions/SelectionParameter"
},
"type": "array"
},
Expand Down

0 comments on commit 71324f1

Please sign in to comment.