Mercurial > hg > piper
diff schema/finishresponse.json @ 75:6b6668cdb016 jsonrpc
Remove the term "plugin" in various places
author | Chris Cannam |
---|---|
date | Thu, 06 Oct 2016 13:38:16 +0100 |
parents | 0c8629d9855d |
children |
line wrap: on
line diff
--- a/schema/finishresponse.json Thu Oct 06 12:12:41 2016 +0100 +++ b/schema/finishresponse.json Thu Oct 06 13:38:16 2016 +0100 @@ -4,14 +4,14 @@ "description": "schema for a response to a request to finishing processing with a feature extractor; may be served in the result field of a finish-method rpcresponse", "type": "object", "properties": { - "pluginHandle": { + "handle": { "type": "number" }, "features": { "$ref": "http://vamp-plugins.org/json/schema/featureset#" } }, - "required": [ "pluginHandle", "features" ], + "required": [ "handle", "features" ], "additionalProperties": false }