Skip to content

Commit eba7304

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 f79b61d commit eba7304

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
@@ -442,7 +442,6 @@ Cleanup or debugging functions are examples of such a hook.
442442
If there are no annotations then this property MAY either be absent or an empty map.
443443

444444
Keys MUST be strings.
445-
Keys MUST be unique within this map.
446445
Keys MUST NOT be an empty string.
447446
Keys SHOULD be named using a reverse domain notation - e.g. `com.example.myKey`.
448447
Keys using the `org.opencontainers` namespace are reserved and MUST NOT be used by subsequent specifications.

0 commit comments

Comments
 (0)