Mercurial > hg > piper
changeset 180:7fc204108068
Merge from branch piperurl
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 02 Nov 2016 10:50:00 +0000 |
parents | 0c7b6db47bb9 (diff) ffe01c8286c4 (current diff) |
children | 549d3d44d729 abb0a2b6144c |
files | json/schema/listrequest.json |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/capnp/piper.capnp Wed Nov 02 10:49:45 2016 +0000 +++ b/capnp/piper.capnp Wed Nov 02 10:50:00 2016 +0000 @@ -119,6 +119,7 @@ [ adaptInputDomain, adaptChannelCount, adaptBufferSize ]; struct ListRequest { + from @0 :List(Text); } struct ListResponse {
--- a/json/schema/listrequest.json Wed Nov 02 10:49:45 2016 +0000 +++ b/json/schema/listrequest.json Wed Nov 02 10:50:00 2016 +0000 @@ -4,6 +4,11 @@ "description": "schema for a list request for feature extractors; may be served in the params field of a list-method rpcrequest", "type": "object", "properties": { + "from": { + "type": "array", + "items": { "type": "string" } + } }, + "required": [], "additionalProperties": false }