Skip to content

Commit abfa798

Browse files
author
Mrunal Patel
authored
Merge pull request #645 from Mashimiao/config-add-key-empty-limit
config.md: add empty limit for key of annotations
2 parents c0206be + 3f0440b commit abfa798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ If a hook returns a non-zero exit code, then an error is logged and the remainin
393393
This information MAY be structured or unstructured.
394394
Annotations MUST be a key-value map where both the key and value MUST be strings.
395395
While the value MUST be present, it MAY be an empty string.
396-
Keys MUST be unique within this map, and best practice is to namespace the keys.
396+
Keys MUST be unique and MUST NOT be an empty string within this map, and best practice is to namespace the keys.
397397
Keys SHOULD be named using a reverse domain notation - e.g. `com.example.myKey`.
398398
Keys using the `org.opencontainers` namespace are reserved and MUST NOT be used by subsequent specifications.
399399
If there are no annotations then this property MAY either be absent or an empty map.

0 commit comments

Comments
 (0)