Mercurial > hg > piper
comparison schema/loadresponse.json @ 75:6b6668cdb016 jsonrpc
Remove the term "plugin" in various places
author | Chris Cannam |
---|---|
date | Thu, 06 Oct 2016 13:38:16 +0100 |
parents | 0c8629d9855d |
children |
comparison
equal
deleted
inserted
replaced
74:0c8629d9855d | 75:6b6668cdb016 |
---|---|
2 "id": "http://vamp-plugins.org/json/schema/loadresponse#", | 2 "id": "http://vamp-plugins.org/json/schema/loadresponse#", |
3 "$schema": "http://json-schema.org/draft-04/schema#", | 3 "$schema": "http://json-schema.org/draft-04/schema#", |
4 "description": "schema for a response to a request to load a feature extractor; may be served in the result field of a load-method rpcresponse", | 4 "description": "schema for a response to a request to load a feature extractor; may be served in the result field of a load-method rpcresponse", |
5 "type": "object", | 5 "type": "object", |
6 "properties": { | 6 "properties": { |
7 "pluginHandle": { | 7 "handle": { |
8 "type": "number" | 8 "type": "number" |
9 }, | 9 }, |
10 "staticData": { | 10 "staticData": { |
11 "$ref": "http://vamp-plugins.org/json/schema/pluginstaticdata#" | 11 "$ref": "http://vamp-plugins.org/json/schema/extractorstaticdata#" |
12 }, | 12 }, |
13 "defaultConfiguration": { | 13 "defaultConfiguration": { |
14 "$ref": "http://vamp-plugins.org/json/schema/pluginconfiguration#" | 14 "$ref": "http://vamp-plugins.org/json/schema/configuration#" |
15 } | 15 } |
16 }, | 16 }, |
17 "additionalProperties": false | 17 "additionalProperties": false |
18 } | 18 } |
19 | 19 |