Skip to content

Commit

Permalink
fix query schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed May 19, 2022
1 parent 4a0b34c commit 5112dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/advanced_data_type/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"type": {"type": "string", "default": "port"},
"values": {
"type": "array",
"items": {"type": "string", "default": "http"},
"items": {"default": "http"},
"minItems": 1,
},
},
Expand Down

0 comments on commit 5112dbd

Please sign in to comment.