diff schema/configurationresponse.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/configurationresponse.json	Thu Oct 06 12:12:41 2016 +0100
+++ b/schema/configurationresponse.json	Thu Oct 06 13:38:16 2016 +0100
@@ -4,7 +4,7 @@
     "description": "schema for a response to a request to configure a feature extractor; may be served in the result field of a configure-method rpcresponse",
     "type": "object",
     "properties": {
-	"pluginHandle": {
+	"handle": {
 	    "type": "number"
 	},
 	"outputList": {