mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
all: use strict(er) and more regular JSON schema
This commit is contained in:
committed by
Mohammad Al-Turany
parent
72eb775983
commit
6e8839e955
@@ -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
|
||||
}]
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user