Chris@45: { Chris@45: "id": "http://vamp-plugins.org/json/schema/processrequest#", Chris@45: "$schema": "http://json-schema.org/draft-04/schema#", Chris@74: "description": "schema for a request to process a chunk of data using a feature extractor; may be served in the params field of a process-method rpcrequest", Chris@45: "type": "object", Chris@45: "properties": { Chris@75: "handle": { Chris@45: "type": "number" Chris@45: }, Chris@46: "processInput": { Chris@46: "$ref": "http://vamp-plugins.org/json/schema/processinput#" Chris@45: } Chris@45: }, Chris@75: "required": [ "handle", "processInput" ], Chris@45: "additionalProperties": false Chris@45: } Chris@45: