view schema/featureset.json @ 51:944a65cd4314 outputid-string-in-featureset

Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest
author Chris Cannam
date Mon, 19 Sep 2016 13:35:56 +0100
parents b4d0c04dec75
children 0c8629d9855d
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": "object",
    "patternProperties": {
	"^[a-zA-Z0-9_-]+$": {
	    "type": "array",
	    "items": { "$ref": "http://vamp-plugins.org/json/schema/feature#" }
	}
    },
    "additionalProperties": false
}