c@145: { c@145: "id": "http://vamp-plugins.org/json/schema/finishrequest#", c@145: "$schema": "http://json-schema.org/draft-04/schema#", c@145: "description": "schema for a serialised request to finish processing with a Vamp plugin; normally served as the content field of an object matching the plain request schema", c@145: "type": "object", c@145: "properties": { c@145: "pluginHandle": { c@145: "type": "number" c@145: } c@145: }, c@145: "required": [ "pluginHandle" ], c@145: "additionalProperties": false c@145: }