view schema/finishrequest.json @ 150:a2e94b61f608

Use media type
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 05 Oct 2016 09:42:26 +0100
parents 78c5a6d3a1b6
children 0c8629d9855d
line wrap: on
line source
{
    "id": "http://vamp-plugins.org/json/schema/finishrequest#",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "schema for a serialised request to finish processing with a Vamp plugin; normally served as the content field of an object matching the plain request schema",
    "type": "object",
    "properties": {
	"pluginHandle": {
	    "type": "number"
	}
    },
    "required": [ "pluginHandle" ],
    "additionalProperties": false
}