Mercurial > hg > piper
comparison 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 |
comparison
equal
deleted
inserted
replaced
215:8923b382c055 | 216:72a3b8faba89 |
---|---|
48 "type": "object", | 48 "type": "object", |
49 "patternProperties": { | 49 "patternProperties": { |
50 "^[a-zA-Z0-9_-]+$": { | 50 "^[a-zA-Z0-9_-]+$": { |
51 "$ref": "http://vamp-plugins.org/piper/json/schema/staticoutputdescriptor#" | 51 "$ref": "http://vamp-plugins.org/piper/json/schema/staticoutputdescriptor#" |
52 } | 52 } |
53 } | 53 }, |
54 "additionalProperties": false | |
54 } | 55 } |
55 }, | 56 }, |
56 "required": [ "key", "basic", "version", | 57 "required": [ "key", "basic", "version", |
57 "minChannelCount", "maxChannelCount", | 58 "minChannelCount", "maxChannelCount", |
58 "inputDomain", "basicOutputInfo" ], | 59 "inputDomain", "basicOutputInfo" ], |