From 26ed78625e13dd78c3dcf20999b082d922870804 Mon Sep 17 00:00:00 2001 From: agouy Date: Thu, 25 Jan 2024 10:03:25 +0100 Subject: [PATCH] Operator JSON harmonisation. --- operator.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/operator.json b/operator.json index 0af4ee4..c61d944 100644 --- a/operator.json +++ b/operator.json @@ -1,9 +1,15 @@ { "name": "Bin", "description": "Define intervals based on values' range and bin data points.", - "tags": ["data preprocessing"], - "authors": ["tercen"], - "urls": ["https://github.com/tercen/bin_operator"], + "tags": [ + "preprocessing" + ], + "authors": [ + "tercen" + ], + "urls": [ + "https://github.com/tercen/bin_operator" + ], "properties": [ { "kind": "EnumeratedProperty", @@ -15,10 +21,9 @@ { "kind": "DoubleProperty", "name": "n_bins", - "defaultValue": 10, + "defaultValue": "10", + "values": {}, "description": "A number indicating the number of desired bins." } ] -} - - +} \ No newline at end of file