c@171: { c@178: "id": "http://vamp-plugins.org/piper/json/schema/listresponse#", c@171: "$schema": "http://json-schema.org/draft-04/schema#", c@171: "description": "schema for a response to a request to list available feature extractors; may be served in the result field of a list-method rpcresponse", c@171: "type": "object", c@171: "properties": { c@171: "available": { c@171: "type": "array", c@178: "items": { "$ref": "http://vamp-plugins.org/piper/json/schema/extractorstaticdata#" } c@171: } c@171: }, c@171: "required": [ "available" ], c@171: "additionalProperties": false c@171: }