diff json/schema/extractorstaticdata.json @ 216:72a3b8faba89 tip master

programParameters should not have a pattern enforced on its keys - a program name can be anything
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 08 Apr 2020 14:57:24 +0100
parents 970fd3bd8c92
children
line wrap: on
line diff
--- a/json/schema/extractorstaticdata.json	Tue Apr 07 15:42:05 2020 +0100
+++ b/json/schema/extractorstaticdata.json	Wed Apr 08 14:57:24 2020 +0100
@@ -50,7 +50,8 @@
                 "^[a-zA-Z0-9_-]+$": {
                     "$ref": "http://vamp-plugins.org/piper/json/schema/staticoutputdescriptor#"
                 }
-            }
+            },
+            "additionalProperties": false
         }
     },
     "required": [ "key", "basic", "version",