From dc534fca4820ed262825d633a21001b02928c2c4 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 28 Jan 2021 18:11:21 +0100 Subject: [PATCH] Only `sound` is accepted, `Sounds` not --- resource/sounds.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resource/sounds.json b/resource/sounds.json index 6517d022..e875ae00 100644 --- a/resource/sounds.json +++ b/resource/sounds.json @@ -214,11 +214,6 @@ "title": "Sound event", "description": "The sound event described in sound_definitions.json" }, - "sounds": { - "type": "string", - "title": "Sound event", - "description": "The sound event described in sound_definitions.json" - }, "pitch": { "$ref": "#/definitions/pitch" } } }