Skip to content

Commit

Permalink
Fix (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan authored Dec 8, 2023
1 parent dd7bd11 commit 5c9df43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema-inputs.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
},
"value": {
"description": "Indicates the inner value used for the 'sourceItem'",
"type": "string"
"type": ["number", "string"]
},
"items": {
"description": "Indicates the actual items (coming from the table source), associated with the datasources.sourceItem (coming from the origin source), used to build the chart with. When items is already specified/populated, the data isn't fetched via the query.url",
Expand Down

0 comments on commit 5c9df43

Please sign in to comment.