tons of cursor-shit cleaning, finished implementing cnxId in observer
This commit is contained in:
+26
-13
@@ -61,8 +61,10 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"primordialDaemon": { "type": "boolean" },
|
||||
"gpsActionsChannel": { "type": "string" },
|
||||
"gpsActionsReply": { "type": "string" },
|
||||
"ActionsChannel": { "type": "string" },
|
||||
"ActionsReply": { "type": "string" },
|
||||
"arenaActionsChannel": { "type": "string" },
|
||||
"arenaActionsReply": { "type": "string" },
|
||||
"GPSstorage": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -108,8 +110,10 @@
|
||||
"prismRefreshLeadSeconds": { "type": "number", "minimum": 0 }
|
||||
},
|
||||
"required": [
|
||||
"gpsActionsChannel",
|
||||
"gpsActionsReply",
|
||||
"ActionsChannel",
|
||||
"ActionsReply",
|
||||
"arenaActionsChannel",
|
||||
"arenaActionsReply",
|
||||
"GPSstorage",
|
||||
"agentVectorChangeChannel",
|
||||
"collisionsChannel"
|
||||
@@ -118,8 +122,10 @@
|
||||
"maestro": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"maestroActionsChannel": { "type": "string" },
|
||||
"maestroActionsReply": { "type": "string" },
|
||||
"ActionsChannel": { "type": "string" },
|
||||
"ActionsReply": { "type": "string" },
|
||||
"arenaActionsChannel": { "type": "string" },
|
||||
"arenaActionsReply": { "type": "string" },
|
||||
"senderId": { "type": "string" },
|
||||
"lifecycle": {
|
||||
"type": "object",
|
||||
@@ -135,8 +141,10 @@
|
||||
"readyTimeoutMs": { "type": "integer", "minimum": 1000 }
|
||||
},
|
||||
"required": [
|
||||
"maestroActionsChannel",
|
||||
"maestroActionsReply"
|
||||
"ActionsChannel",
|
||||
"ActionsReply",
|
||||
"arenaActionsChannel",
|
||||
"arenaActionsReply"
|
||||
]
|
||||
},
|
||||
"mysql": {
|
||||
@@ -155,9 +163,11 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"primordialDaemon": { "type": "boolean" },
|
||||
"observerActionsChannel": { "type": "string" },
|
||||
"observerActionsReply": { "type": "string" },
|
||||
"observerFrustumEventsChannel": { "type": "string" },
|
||||
"ActionsChannel": { "type": "string" },
|
||||
"ActionsReply": { "type": "string" },
|
||||
"arenaActionsChannel": { "type": "string" },
|
||||
"arenaActionsReply": { "type": "string" },
|
||||
"FrustumEventsChannel": { "type": "string" },
|
||||
"senderId": { "type": "string" },
|
||||
"scanIntervalMs": { "type": "integer", "minimum": 50 },
|
||||
"lifecycle": {
|
||||
@@ -173,8 +183,11 @@
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"observerActionsChannel",
|
||||
"observerActionsReply"
|
||||
"ActionsChannel",
|
||||
"ActionsReply",
|
||||
"FrustumEventsChannel",
|
||||
"arenaActionsChannel",
|
||||
"arenaActionsReply"
|
||||
]
|
||||
},
|
||||
"systemMesh": {
|
||||
|
||||
Reference in New Issue
Block a user