Skip to content

Commit

Permalink
Merge pull request opencontainers#1193 from giuseppe/fix-time-schema
Browse files Browse the repository at this point in the history
schema: fix schema for timeOffsets
  • Loading branch information
mrunalp committed Mar 31, 2023
2 parents dbab843 + b6980b0 commit 05ff261
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 05ff261

Please sign in to comment.