From 5c9df432858019539ae76b3984f5a3d690fc80d8 Mon Sep 17 00:00:00 2001 From: Alex <94073946+Alex-NRCan@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:26:45 -0500 Subject: [PATCH] Fix (#61) --- schema-inputs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema-inputs.json b/schema-inputs.json index 6226f44..01a6526 100644 --- a/schema-inputs.json +++ b/schema-inputs.json @@ -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",