Mercurial > hg > piper
view schema/valueextents.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 | b22961f65944 |
children | a99929c1df42 |
line wrap: on
line source
{ "id": "http://vamp-plugins.org/json/schema/valueextents#", "$schema": "http://json-schema.org/draft-04/schema#", "description": "schema for the extents structure in various Vamp descriptors", "type": "object", "properties": { "min": { "type": "number" }, "max": { "type": "number" } }, "required": [ "min", "max" ], "additionalProperties": false }