# HG changeset patch # User Chris Cannam # Date 1474288556 -3600 # Node ID 9f009d879594e1ec45c0f29aeb856054120d9163 # Parent eb08485be9f0f9873d22eff7a6ae0fd3c9a04a49 Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest diff -r eb08485be9f0 -r 9f009d879594 schema/configurationresponse.json --- 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#" }