We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbab843 commit b6980b0Copy full SHA for b6980b0
1 file changed
schema/config-linux.json
@@ -283,8 +283,14 @@
283
},
284
"timeOffsets": {
285
"type": "object",
286
- "additionalProperties": {
287
- "$ref": "defs-linux.json#/definitions/TimeOffsets"
+ "type": "object",
+ "properties": {
288
+ "boottime": {
289
+ "$ref": "defs-linux.json#/definitions/TimeOffsets"
290
+ },
291
+ "monotonic": {
292
293
+ }
294
}
295
296
0 commit comments