Mercurial > hg > piper
view schema/feature.json @ 100:d86881046395
Load request/response
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 09 Mar 2016 15:23:41 +0000 |
parents | b22961f65944 |
children | 30bd89a8cbeb |
line wrap: on
line source
{ "id": "http://vamp-plugins.org/json/schema/feature#", "$schema": "http://json-schema.org/draft-04/schema#", "description": "schema for a Vamp::Plugin::Feature serialisation", "type": "object", "properties": { "timestamp": { "$ref": "http://vamp-plugins.org/json/schema/realtime#" }, "duration": { "$ref": "http://vamp-plugins.org/json/schema/realtime#" }, "label": { "type": "string" }, "values": { "type": "array", "items": { "type": "number" } }, "b64values": { "type": "string" } }, "additionalProperties": false }