Mercurial > hg > piper
view schema/featureset.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 | a1072b81d50a |
line wrap: on
line source
{ "id": "http://vamp-plugins.org/json/schema/featureset#", "$schema": "http://json-schema.org/draft-04/schema#", "description": "schema for a Vamp::Plugin::FeatureSet serialisation", "type": "array", "items": { "type": "array", "items": { "$ref": "http://vamp-plugins.org/json/schema/feature#" } }, "additionalProperties": false }