Mercurial > hg > piper
changeset 122:9f009d879594
Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 19 Sep 2016 13:35:56 +0100 |
parents | eb08485be9f0 |
children | 6839d4ab952a |
files | schema/configurationresponse.json |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/schema/configurationresponse.json Fri Sep 16 14:13:21 2016 +0100 +++ b/schema/configurationresponse.json Mon Sep 19 13:35:56 2016 +0100 @@ -4,6 +4,9 @@ "description": "schema for a serialised response to a request to configure a Vamp plugin; normally served as the content field of an object matching the plain response schema", "type": "object", "properties": { + "pluginHandle": { + "type": "number" + }, "outputList": { "type": "array", "items": { "$ref": "http://vamp-plugins.org/json/schema/outputdescriptor#" }