diff json/examples/configurationrequest.json @ 192:0898ffd47a10

Update examples for configuration request, load response, and rpc response - I had overlooked these because their contained objects were being validated against out-of-date online copies of schema
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 03 Feb 2017 15:58:21 +0000
parents 4c2ff04a89cf
children
line wrap: on
line diff
--- a/json/examples/configurationrequest.json	Fri Feb 03 15:04:33 2017 +0000
+++ b/json/examples/configurationrequest.json	Fri Feb 03 15:58:21 2017 +0000
@@ -1,1 +1,1 @@
-{"handle":12345,"configuration":{"blockSize": 512, "channelCount": 2, "parameterValues": {"sensitivity": 40, "threshold": 3}, "stepSize": 1024}}
+{"handle":12345,"configuration":{"framing":{"blockSize": 512,"stepSize":1024}, "channelCount": 2, "parameterValues": {"sensitivity": 40, "threshold": 3}}}