From d44302c03bbbf80d7e0ac766ea76a61873114afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Mon, 2 Sep 2019 18:27:51 +0200 Subject: [PATCH] module_schema.yaml: add 'decimal' and 'increment' for floats --- validation/module_schema.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/validation/module_schema.yaml b/validation/module_schema.yaml index 8c31fa2c83..31d11576a7 100644 --- a/validation/module_schema.yaml +++ b/validation/module_schema.yaml @@ -123,6 +123,12 @@ parameters: max: # Optional maximum value (only for int32 or float) type: number + decimal: + # Optional number of decimal places to display (only for float) + type: number + increment: + # Optional increment step size (for a GCS) (only for float) + type: number unit: # Optional parameter unit (only for int32 or float) # (Extend this list as needed)