Mercurial > hg > piper
diff schema/finishrequest.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/finishrequest.json Thu Oct 06 12:12:41 2016 +0100 +++ b/schema/finishrequest.json Thu Oct 06 13:38:16 2016 +0100 @@ -4,10 +4,10 @@ "description": "schema for a serialised request to finish processing with a feature extractor; may be served in the params field of a finish-method rpcrequest", "type": "object", "properties": { - "pluginHandle": { + "handle": { "type": "number" } }, - "required": [ "pluginHandle" ], + "required": [ "handle" ], "additionalProperties": false }