From 7c68bd270b857247804623d9ace85038f06a5f0e Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 27 Oct 2021 17:39:52 +0200 Subject: [PATCH] Fixing additiona properties --- source/resource/sounds/1.14.0/sound_definitions.json | 1 + source/resource/sounds/sound_definitions_unknown.json | 1 + 2 files changed, 2 insertions(+) diff --git a/source/resource/sounds/1.14.0/sound_definitions.json b/source/resource/sounds/1.14.0/sound_definitions.json index a3030d4d..ce42e1c5 100644 --- a/source/resource/sounds/1.14.0/sound_definitions.json +++ b/source/resource/sounds/1.14.0/sound_definitions.json @@ -16,6 +16,7 @@ }, "SoundSpec": { "additionalItems": false, + "additionalProperties": false, "type": "object", "$id": "#/Sound", "title": "Sound", diff --git a/source/resource/sounds/sound_definitions_unknown.json b/source/resource/sounds/sound_definitions_unknown.json index 06c25908..769636eb 100644 --- a/source/resource/sounds/sound_definitions_unknown.json +++ b/source/resource/sounds/sound_definitions_unknown.json @@ -15,6 +15,7 @@ }, "SoundSpec": { "additionalItems": false, + "additionalProperties": false, "type": "object", "$id": "#/Sound", "title": "Sound",