c@171: { c@178: "id": "http://vamp-plugins.org/piper/json/schema/configurationresponse#", c@171: "$schema": "http://json-schema.org/draft-04/schema#", c@176: "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", c@171: "type": "object", c@171: "properties": { c@171: "handle": { c@171: "type": "number" c@171: }, c@171: "outputList": { c@171: "type": "array", c@178: "items": { "$ref": "http://vamp-plugins.org/piper/json/schema/outputdescriptor#" } cannam@191: }, cannam@191: "framing": { cannam@191: "$ref": "http://vamp-plugins.org/piper/json/schema/framing#" cannam@191: } c@171: }, cannam@191: "required": [ "handle", "outputList", "framing" ], c@171: "additionalProperties": false c@171: } c@171: