Mercurial > hg > piper
view schema/loadresponse.json @ 113:65f05b129422
Add the few remaining examples
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 11 May 2016 13:59:23 +0100 |
parents | 7477df97f332 |
children | b4d0c04dec75 |
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 response 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#" } }, "required": [ ], "additionalProperties": false }