# HG changeset patch # User Chris Cannam # Date 1458218446 0 # Node ID 17d6e8f89bc20164fced8d9a6d4b11f3a3aa582b # Parent 7477df97f3320f03655ffe45cd700e2d5efb0864 More notes diff -r 7477df97f332 -r 17d6e8f89bc2 schema/configurationrequest.json --- 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": { diff -r 7477df97f332 -r 17d6e8f89bc2 schema/loadrequest.json --- 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": {