General Actions to handlers Refacto
This commit is contained in:
+2
-4
@@ -60,6 +60,7 @@
|
||||
"gps": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"primordialDaemon": { "type": "boolean" },
|
||||
"gpsActionsChannel": { "type": "string" },
|
||||
"gpsActionsReply": { "type": "string" },
|
||||
"GPSstorage": {
|
||||
@@ -131,10 +132,6 @@
|
||||
"godsReadyChannel"
|
||||
]
|
||||
},
|
||||
"expectedGods": {
|
||||
"type": "array",
|
||||
"items": { "type": "string" }
|
||||
},
|
||||
"readyTimeoutMs": { "type": "integer", "minimum": 1000 }
|
||||
},
|
||||
"required": [
|
||||
@@ -157,6 +154,7 @@
|
||||
"observer": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"primordialDaemon": { "type": "boolean" },
|
||||
"observerActionsChannel": { "type": "string" },
|
||||
"observerActionsReply": { "type": "string" },
|
||||
"senderId": { "type": "string" },
|
||||
|
||||
Reference in New Issue
Block a user