Skip to content

Commit

Permalink
Update 0.1.4.dev0.json
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Oct 1, 2023
1 parent 52fe812 commit 682ceb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vizro-core/schemas/0.1.4.dev0.json
Original file line number Diff line number Diff line change
Expand Up @@ -826,11 +826,15 @@
"discriminator": {
"propertyName": "type",
"mapping": {
"card": "#/definitions/Card",
"filter": "#/definitions/Filter",
"parameter": "#/definitions/Parameter"
}
},
"oneOf": [
{
"$ref": "#/definitions/Card"
},
{
"$ref": "#/definitions/Filter"
},
Expand Down

0 comments on commit 682ceb2

Please sign in to comment.