view schema/loadresponse.json @ 151:769467c9a4fd

Pull out serialisedarray schema
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 05 Oct 2016 09:58:49 +0100
parents 4c99014f5d0c
children 0c8629d9855d
line wrap: on
line source
{
    "id": "http://vamp-plugins.org/json/schema/loadresponse#",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "schema for a serialised response to a load request for a Vamp Plugin; normally served as the content field of an object matching the plain response schema",
    "type": "object",
    "properties": {
	"pluginHandle": {
	    "type": "number"
	},
	"staticData": {
	    "$ref": "http://vamp-plugins.org/json/schema/pluginstaticdata#"
	},
	"defaultConfiguration": {
	    "$ref": "http://vamp-plugins.org/json/schema/pluginconfiguration#"
	}
    },
    "additionalProperties": false
}