view schema/realtime.json @ 63:8f3ba64ec888 jsonrpc

Start reworking request-response into json-rpc format
author Chris Cannam
date Wed, 05 Oct 2016 09:19:05 +0100
parents 1bf1ea70e386
children 0c8629d9855d
line wrap: on
line source
{
    "id": "http://vamp-plugins.org/json/schema/realtime#",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "schema for a Vamp::RealTime serialisation",
    "type": "object",
    "properties": {
	"s": { "type": "integer" },
	"n": { "type": "integer" }
    },
    "required": [ "s", "n" ],
    "additionalProperties": false
}