view schema/request.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 44dc11ffa560
children 60c53d43a32b
line wrap: on
line source
{
    "id": "http://vamp-plugins.org/json/schema/request#",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "schema for a simple serialised request",
    "type": "object",
    "properties": {
	"type": {
	    "type": "string"
	},
	"content": {
	    "type": "object"
	}
    },
    "required": [ "type" ],
    "additionalProperties": false
}