Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schema: fix schema for timeOffsets #1193

Merged
merged 1 commit into from
Mar 31, 2023

Conversation

giuseppe
Copy link
Member

commit 36bb632 introduced the issue.

commit 36bb632 introduced the issue.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
@AkihiroSuda AkihiroSuda added this to the v1.1.0 milestone Mar 29, 2023
"type": "object",
"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

@mrunalp mrunalp merged commit 05ff261 into opencontainers:main Mar 31, 2023
Copy link
Contributor

@kolyshkin kolyshkin left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -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.

@AkihiroSuda AkihiroSuda mentioned this pull request Jun 26, 2023
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants