Mercurial > hg > piper
view json/schema/listrequest.json @ 175:be122aec4bd1
Add id to rpc req/resp
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 11 Oct 2016 10:51:01 +0100 |
parents | 4c2ff04a89cf |
children | ffe01c8286c4 0c7b6db47bb9 |
line wrap: on
line source
{ "id": "http://vamp-plugins.org/json/schema/listrequest#", "$schema": "http://json-schema.org/draft-04/schema#", "description": "schema for a list request for feature extractors; may be served in the params field of a list-method rpcrequest", "type": "object", "properties": { }, "additionalProperties": false }