# HG changeset patch # User Chris Cannam # Date 1458218446 0 # Node ID 22c33bd017bace54b247183b65d86b543eb4ed31 # Parent 4965e7a462b44150600672eaaf8a202d25b6aac1 More notes diff -r 4965e7a462b4 -r 22c33bd017ba 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 4965e7a462b4 -r 22c33bd017ba 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": {