Skip to content

Commit

Permalink
schema: fix schema for timeOffsets
Browse files Browse the repository at this point in the history
commit 36bb632 introduced the issue.

Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Mar 29, 2023
1 parent dbab843 commit b6980b0
Showing 1 changed file with 8 additions and 2 deletions.
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",
"properties": {
"boottime": {
"$ref": "defs-linux.json#/definitions/TimeOffsets"
},
"monotonic": {
"$ref": "defs-linux.json#/definitions/TimeOffsets"
}
}
}
}
Expand Down

0 comments on commit b6980b0

Please sign in to comment.