Updated Schemas

This commit is contained in:
github-actions[bot] 2022-09-17 14:00:40 +00:00
parent 9be2bed1f0
commit 129fbf3a4f

View File

@ -2506,7 +2506,9 @@
"type": "number", "type": "number",
"description": "The loudness of the audio", "description": "The loudness of the audio",
"format": "float", "format": "float",
"default": 1.0 "default": 1.0,
"maximum": 1.0,
"minimum": 0.0
} }
} }
}, },