all: use strict(er) and more regular JSON schema

This commit is contained in:
Sebastien Binet
2016-11-10 14:22:11 +01:00
committed by Mohammad Al-Turany
parent 72eb775983
commit 6e8839e955
7 changed files with 154 additions and 154 deletions

View File

@@ -4,13 +4,13 @@
"devices":
[{
"id": "sampler",
"channel":
{
"channels":
[{
"name": "data1",
"type": "push",
"method": "bind",
"rateLogging": "0"
}
"rateLogging": 0
}]
},
{
"key": "processor",
@@ -19,24 +19,24 @@
"name": "data1",
"type": "pull",
"method": "connect",
"rateLogging": "0"
"rateLogging": 0
},
{
"name": "data2",
"type": "push",
"method": "connect",
"rateLogging": "0"
"rateLogging": 0
}]
},
{
"id": "sink",
"channel":
{
"channels":
[{
"name": "data2",
"type": "pull",
"method": "bind",
"rateLogging": "0"
}
"rateLogging": 0
}]
}]
}
}