diff schema/configurationrequest.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/configurationrequest.json	Thu Oct 06 12:12:41 2016 +0100
+++ b/schema/configurationrequest.json	Thu Oct 06 13:38:16 2016 +0100
@@ -4,14 +4,14 @@
     "description": "schema for a request to configure a feature extractor; may be served in the params field of a configure-method rpcrequest",
     "type": "object",
     "properties": {
-	"pluginHandle": {
+	"handle": {
 	    "type": "number"
 	},
 	"configuration": {
-	    "$ref": "http://vamp-plugins.org/json/schema/pluginconfiguration#"
+	    "$ref": "http://vamp-plugins.org/json/schema/configuration#"
 	}
     },
-    "required": [ "pluginHandle", "configuration" ],
+    "required": [ "handle", "configuration" ],
     "additionalProperties": false
 }