Mercurial > hg > piper
changeset 207:5c009d5a88a6
Add static info to output descriptor
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 12 Jun 2017 15:52:06 +0100 |
parents | 0a482ae2525f |
children | 01b5abe6f170 |
files | json/schema/outputdescriptor.json |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/json/schema/outputdescriptor.json Thu Jun 08 12:06:09 2017 +0100 +++ b/json/schema/outputdescriptor.json Mon Jun 12 15:52:06 2017 +0100 @@ -7,6 +7,9 @@ "basic": { "$ref": "http://vamp-plugins.org/piper/json/schema/basic#" }, + "static": { + "$ref": "http://vamp-plugins.org/piper/json/schema/staticoutputdescriptor#" + }, "configured": { "$ref": "http://vamp-plugins.org/piper/json/schema/configuredoutputdescriptor#" }