Skip to content

Commit aa115ac

Browse files
committed
config: Drop redundant "unique within this map" annotation requirement
This condition landed in 27a05de (Add text about extensions, 2016-06-26, #510) with subsequent wording tweaks in 3f0440b (config.md: add empty limit for key of annotations, Dec 28 10:35:19 2016, #645) and 2c8feeb (config: Bring "unique... within this map" back together, 2017-01-12, #654). However, since eeaccfa (glossary: Make objects explicitly unordered and forbid duplicate names, 2016-09-27, #584) we forbid duplicate keys on *all* objects (not just annotations), so this PR removes the redundant annotation-specific condition. Signed-off-by: W. Trevor King <[email protected]>
1 parent e6c9689 commit aa115ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ Annotations MUST be a key-value map.
436436
If there are no annotations then this property MAY either be absent or an empty map.
437437

438438
Keys MUST be strings.
439-
Keys MUST be unique within this map.
440439
Keys MUST NOT be an empty string.
441440
Keys SHOULD be named using a reverse domain notation - e.g. `com.example.myKey`.
442441
Keys using the `org.opencontainers` namespace are reserved and MUST NOT be used by subsequent specifications.

0 commit comments

Comments
 (0)