Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions schema/config-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,14 @@
},
"timeOffsets": {
"type": "object",
"additionalProperties": {
"$ref": "defs-linux.json#/definitions/TimeOffsets"
"type": "object",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This inadvertently duplicates the type key. See #1195.

"properties": {
"boottime": {
"$ref": "defs-linux.json#/definitions/TimeOffsets"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not a reviewer, but since I went through the trouble of checking, I will leave a comment to make it easier for other reviewers to check.
36bb632#diff-d1de2574b4882bd4de1fec3238c90fd13a4ee8ce8142644ff82a5eb0d76cf69aR313-R322

},
"monotonic": {
"$ref": "defs-linux.json#/definitions/TimeOffsets"
}
}
}
}
Expand Down