# HG changeset patch # User Chris Cannam # Date 1474288556 -3600 # Node ID 944a65cd431456ae5377630592b83babe75a3c5a # Parent b4d0c04dec756b64776ef925aab3a3f93de04590 Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest diff -r b4d0c04dec75 -r 944a65cd4314 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#" }