Skip to content

Commit

Permalink
Merge pull request #539 from wking/annotations-does-not-permit-null
Browse files Browse the repository at this point in the history
schema/defs-image: Remove 'null' from valid annotations
  • Loading branch information
vbatts authored Mar 8, 2017
2 parents 034cd03 + acd8a30 commit 05a9f2b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions schema/defs-image.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,7 @@
},
"annotations": {
"id": "https://opencontainers.org/schema/image/annotations",
"oneOf": [
{
"$ref": "defs.json#/definitions/mapStringString"
},
{
"type": "null"
}
]
"$ref": "defs.json#/definitions/mapStringString"
}
}
}

0 comments on commit 05a9f2b

Please sign in to comment.