Skip to content

Commit 05ff261

Browse files
authored
Merge pull request #1193 from giuseppe/fix-time-schema
schema: fix schema for timeOffsets
2 parents dbab843 + b6980b0 commit 05ff261

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

schema/config-linux.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,14 @@
283283
},
284284
"timeOffsets": {
285285
"type": "object",
286-
"additionalProperties": {
287-
"$ref": "defs-linux.json#/definitions/TimeOffsets"
286+
"type": "object",
287+
"properties": {
288+
"boottime": {
289+
"$ref": "defs-linux.json#/definitions/TimeOffsets"
290+
},
291+
"monotonic": {
292+
"$ref": "defs-linux.json#/definitions/TimeOffsets"
293+
}
288294
}
289295
}
290296
}

0 commit comments

Comments
 (0)