diff schema/loadrequest.json @ 77:7989989a8c3c

Rename away a few more references to plugins
author Chris Cannam
date Thu, 06 Oct 2016 14:00:51 +0100
parents 0c8629d9855d
children
line wrap: on
line diff
--- a/schema/loadrequest.json	Thu Oct 06 13:46:56 2016 +0100
+++ b/schema/loadrequest.json	Thu Oct 06 14:00:51 2016 +0100
@@ -4,7 +4,7 @@
     "description": "schema for a request to load a feature extractor; may be served in the params field of a load-method rpcrequest",
     "type": "object",
     "properties": {
-	"pluginKey": {
+	"key": {
 	    "type": "string"
 	},
 	"inputSampleRate": {
@@ -17,7 +17,7 @@
 	    }
 	}
     },
-    "required": [ "pluginKey", "inputSampleRate" ],
+    "required": [ "key", "inputSampleRate" ],
     "additionalProperties": false
 }