3 "$schema": "http://json-schema.org/draft-07/schema#",
4 "$id": "http://example.com/root.json",
6 "title": "The Root Schema",
15 "$id": "#/properties/local",
17 "title": "The Local Schema",
23 "$id": "#/properties/local/properties/host",
25 "title": "The Host Schema",
35 "$id": "#/properties/logger",
37 "title": "The Logger Schema",
43 "$id": "#/properties/logger/properties/level",
45 "title": "The Level Schema",
54 "$id": "#/properties/rmr",
56 "title": "The Rmr Schema",
66 "$id": "#/properties/rmr/properties/protPort",
68 "title": "The Protport Schema",
76 "$id": "#/properties/rmr/properties/maxSize",
78 "title": "The Maxsize Schema",
85 "$id": "#/properties/rmr/properties/numWorkers",
87 "title": "The Numworkers Schema",
94 "$id": "#/properties/rmr/properties/txMessages",
96 "title": "The Txmessages Schema"
99 "$id": "#/properties/rmr/properties/rxMessages",
101 "title": "The Rxmessages Schema"
106 "$id": "#/properties/db",
108 "title": "The Db Schema",
116 "$id": "#/properties/db/properties/host",
118 "title": "The Host Schema",
126 "$id": "#/properties/db/properties/namespace",
128 "title": "The Namespace Schema",
136 "$id": "#/properties/db/properties/port",
138 "title": "The Port Schema",