Chris@71: { Chris@71: "id": "http://vamp-plugins.org/json/schema/finishresponse#", Chris@71: "$schema": "http://json-schema.org/draft-04/schema#", Chris@74: "description": "schema for a response to a request to finishing processing with a feature extractor; may be served in the result field of a finish-method rpcresponse", Chris@71: "type": "object", Chris@71: "properties": { Chris@75: "handle": { Chris@71: "type": "number" Chris@71: }, Chris@71: "features": { Chris@71: "$ref": "http://vamp-plugins.org/json/schema/featureset#" Chris@71: } Chris@71: }, Chris@75: "required": [ "handle", "features" ], Chris@71: "additionalProperties": false Chris@71: } Chris@71: