c@171: { c@178: "id": "http://vamp-plugins.org/piper/json/schema/processinput#", c@171: "$schema": "http://json-schema.org/draft-04/schema#", c@171: "description": "schema for a chunk of input data provided to a process request", c@171: "type": "object", c@171: "properties": { c@171: "timestamp": { c@178: "$ref": "http://vamp-plugins.org/piper/json/schema/realtime#" c@171: }, c@171: "inputBuffers": { c@171: "type": "array", c@171: "items": { c@178: "$ref": "http://vamp-plugins.org/piper/json/schema/serialisedarray#" c@171: } c@171: } c@171: }, c@176: "required": [ "timestamp", "inputBuffers" ], c@171: "additionalProperties": false c@171: } c@171: c@171: