From ef43d29636156f700b50e4947dc03a7743ddd503 Mon Sep 17 00:00:00 2001 From: Anna Krystalli Date: Tue, 30 Apr 2024 16:46:44 +0300 Subject: [PATCH] Add missing sample value type specifications --- v3.0.0/tasks-schema.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/v3.0.0/tasks-schema.json b/v3.0.0/tasks-schema.json index dfa8bdb..1f1ee5a 100644 --- a/v3.0.0/tasks-schema.json +++ b/v3.0.0/tasks-schema.json @@ -1190,10 +1190,18 @@ ] }, "minimum": { - "description": "The minimum inclusive valid sample value from the predictive distribution" + "description": "The minimum inclusive valid sample value from the predictive distribution.", + "type": [ + "number", + "integer" + ] }, "maximum": { - "description": "The maximum inclusive valid sample value from the predictive distribution" + "description": "The maximum inclusive valid sample value from the predictive distribution.", + "type": [ + "number", + "integer" + ] } }, "required": [