From 129fbf3a4fa670bba202f70513a1de9b8e295ec5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 17 Sep 2022 14:00:40 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index f68205be..fe2a15b1 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2506,7 +2506,9 @@ "type": "number", "description": "The loudness of the audio", "format": "float", - "default": 1.0 + "default": 1.0, + "maximum": 1.0, + "minimum": 0.0 } } },