Mercurial > hg > piper
comparison json/schema/processresponse.json @ 86:1f4ed70d8f1e piperurl
Switch json/schema to piper/json/schema in URLs
author | Chris Cannam |
---|---|
date | Wed, 02 Nov 2016 10:49:45 +0000 |
parents | 9c94e0fedda8 |
children |
comparison
equal
deleted
inserted
replaced
84:2ca3f7587550 | 86:1f4ed70d8f1e |
---|---|
1 { | 1 { |
2 "id": "http://vamp-plugins.org/json/schema/processresponse#", | 2 "id": "http://vamp-plugins.org/piper/json/schema/processresponse#", |
3 "$schema": "http://json-schema.org/draft-04/schema#", | 3 "$schema": "http://json-schema.org/draft-04/schema#", |
4 "description": "schema for a successful response to a request to process a chunk of data using a feature extractor; may be served in the result field of a process-method rpcresponse", | 4 "description": "schema for a successful response to a request to process a chunk of data using a feature extractor; may be served in the result field of a process-method rpcresponse", |
5 "type": "object", | 5 "type": "object", |
6 "properties": { | 6 "properties": { |
7 "handle": { | 7 "handle": { |
8 "type": "number" | 8 "type": "number" |
9 }, | 9 }, |
10 "features": { | 10 "features": { |
11 "$ref": "http://vamp-plugins.org/json/schema/featureset#" | 11 "$ref": "http://vamp-plugins.org/piper/json/schema/featureset#" |
12 } | 12 } |
13 }, | 13 }, |
14 "required": [ "handle", "features" ], | 14 "required": [ "handle", "features" ], |
15 "additionalProperties": false | 15 "additionalProperties": false |
16 } | 16 } |