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