Skip to content

Commit c604abd

Browse files
Merge pull request #539 from wking/annotations-does-not-permit-null
schema/defs-image: Remove 'null' from valid annotations
2 parents cce2124 + 376fe77 commit c604abd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

schema/defs-image.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,7 @@
8686
},
8787
"annotations": {
8888
"id": "https://opencontainers.org/schema/image/annotations",
89-
"oneOf": [
90-
{
91-
"$ref": "defs.json#/definitions/mapStringString"
92-
},
93-
{
94-
"type": "null"
95-
}
96-
]
89+
"$ref": "defs.json#/definitions/mapStringString"
9790
}
9891
}
9992
}

0 commit comments

Comments
 (0)