Chris@38: { Chris@86: "id": "http://vamp-plugins.org/piper/json/schema/configurationresponse#", Chris@38: "$schema": "http://json-schema.org/draft-04/schema#", Chris@83: "description": "schema for a successful response to a request to configure a feature extractor; may be served in the result field of a configure-method rpcresponse", Chris@38: "type": "object", Chris@38: "properties": { Chris@75: "handle": { Chris@51: "type": "number" Chris@51: }, Chris@38: "outputList": { Chris@38: "type": "array", Chris@86: "items": { "$ref": "http://vamp-plugins.org/piper/json/schema/outputdescriptor#" } Chris@38: } Chris@38: }, Chris@83: "required": [ "handle", "outputList" ], Chris@38: "additionalProperties": false Chris@38: } Chris@38: