From eba7304384796046f209eea0c3930f52775d517d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 May 2017 11:40:52 -0700 Subject: [PATCH] config: Drop redundant "unique within this map" annotation requirement This condition landed in 27a05de3 (Add text about extensions, 2016-06-26, #510) with subsequent wording tweaks in 3f0440b4 (config.md: add empty limit for key of annotations, Dec 28 10:35:19 2016, #645) and 2c8feeb3 (config: Bring "unique... within this map" back together, 2017-01-12, #654). However, since eeaccfab (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 --- config.md | 1 - 1 file changed, 1 deletion(-) diff --git a/config.md b/config.md index 78de158cf..1d841f067 100644 --- a/config.md +++ b/config.md @@ -442,7 +442,6 @@ Cleanup or debugging functions are examples of such a hook. If there are no annotations then this property MAY either be absent or an empty map. Keys MUST be strings. - Keys MUST be unique within this map. Keys MUST NOT be an empty string. Keys SHOULD be named using a reverse domain notation - e.g. `com.example.myKey`. Keys using the `org.opencontainers` namespace are reserved and MUST NOT be used by subsequent specifications.