Mercurial > hg > piper
view schema/processinput.json @ 67:ada4cd9daaba docrefactor
Pull out serialisedarray schema
author | Chris Cannam |
---|---|
date | Wed, 05 Oct 2016 09:58:49 +0100 |
parents | 98930c9d54fa |
children | 0c8629d9855d |
line wrap: on
line source
{ "id": "http://vamp-plugins.org/json/schema/processinput#", "$schema": "http://json-schema.org/draft-04/schema#", "description": "schema for a serialised input into a plugin process call", "type": "object", "properties": { "timestamp": { "$ref": "http://vamp-plugins.org/json/schema/realtime#" }, "inputBuffers": { "type": "array", "items": { "$ref": "http://vamp-plugins.org/json/schema/serialisedarray#" } } }, "additionalProperties": false }