Mercurial > hg > piper
view schema/loadresponse.json @ 63:8f3ba64ec888 jsonrpc
Start reworking request-response into json-rpc format
author | Chris Cannam |
---|---|
date | Wed, 05 Oct 2016 09:19:05 +0100 |
parents | 9c1119f9160d |
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 }