changeset 47:d4bcfd5351f5

Typo fixes
author Chris Cannam
date Wed, 18 May 2016 15:34:44 +0100
parents 32a4d9731320
children 6ec1a5e87748
files examples/processrequest.json schema/processrequest.json
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/examples/processrequest.json	Wed May 18 14:24:28 2016 +0100
+++ b/examples/processrequest.json	Wed May 18 15:34:44 2016 +0100
@@ -1,1 +1,1 @@
-{"pluginHandle":12345,"processInput":{"input":[{"b64values": "AACAPwAAAEAEAEBAAACAQAAAoEAAAMBAAADQQAAA4EA"}], "timestamp": {"n": 141590000, "s": 3}}}
+{"pluginHandle":12345,"processInput":{"inputBuffers":[{"b64values": "AACAPwAAAEAEAEBAAACAQAAAoEAAAMBAAADQQAAA4EA"}], "timestamp": {"n": 141590000, "s": 3}}}
--- a/schema/processrequest.json	Wed May 18 14:24:28 2016 +0100
+++ b/schema/processrequest.json	Wed May 18 15:34:44 2016 +0100
@@ -11,7 +11,7 @@
 	    "$ref": "http://vamp-plugins.org/json/schema/processinput#"
 	}
     },
-    "required": [ "pluginHandle", "processBlock" ],
+    "required": [ "pluginHandle", "processInput" ],
     "additionalProperties": false
 }