Mercurial > hg > piper
changeset 39:22c33bd017ba
More notes
author | Chris Cannam |
---|---|
date | Thu, 17 Mar 2016 12:40:46 +0000 |
parents | 4965e7a462b4 |
children | a5eb5ef2e92d |
files | schema/configurationrequest.json schema/loadrequest.json |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/schema/configurationrequest.json Thu Mar 17 11:01:43 2016 +0000 +++ b/schema/configurationrequest.json Thu Mar 17 12:40:46 2016 +0000 @@ -1,7 +1,7 @@ { "id": "http://vamp-plugins.org/json/schema/configurationrequest#", "$schema": "http://json-schema.org/draft-04/schema#", - "description": "schema for a serialised request to configure a Vamp plugin", + "description": "schema for a serialised request to configure a Vamp plugin; normally served as the content field of an object matching the plain request schema", "type": "object", "properties": { "pluginHandle": {
--- a/schema/loadrequest.json Thu Mar 17 11:01:43 2016 +0000 +++ b/schema/loadrequest.json Thu Mar 17 12:40:46 2016 +0000 @@ -1,7 +1,7 @@ { "id": "http://vamp-plugins.org/json/schema/loadrequest#", "$schema": "http://json-schema.org/draft-04/schema#", - "description": "schema for a serialised load request for a Vamp Plugin", + "description": "schema for a serialised load request for a Vamp Plugin; normally served as the content field of an object matching the plain request schema", "type": "object", "properties": { "key": {