Chris@29: { Chris@29: "id": "http://vamp-plugins.org/json/schema/loadresponse#", Chris@29: "$schema": "http://json-schema.org/draft-04/schema#", Chris@74: "description": "schema for a response to a request to load a feature extractor; may be served in the result field of a load-method rpcresponse", Chris@29: "type": "object", Chris@29: "properties": { Chris@75: "handle": { Chris@29: "type": "number" Chris@29: }, Chris@29: "staticData": { Chris@75: "$ref": "http://vamp-plugins.org/json/schema/extractorstaticdata#" Chris@29: }, Chris@29: "defaultConfiguration": { Chris@75: "$ref": "http://vamp-plugins.org/json/schema/configuration#" Chris@29: } Chris@29: }, Chris@29: "additionalProperties": false Chris@29: } Chris@29: