c@171: { c@178: "id": "http://vamp-plugins.org/piper/json/schema/processrequest#", c@171: "$schema": "http://json-schema.org/draft-04/schema#", c@171: "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", c@171: "type": "object", c@171: "properties": { c@171: "handle": { c@171: "type": "number" c@171: }, c@171: "processInput": { c@178: "$ref": "http://vamp-plugins.org/piper/json/schema/processinput#" c@171: } c@171: }, c@171: "required": [ "handle", "processInput" ], c@171: "additionalProperties": false c@171: } c@171: