From 91d3eaabebcdc329edd9b4ff0f28f8f90022201f Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 9 Feb 2017 10:53:49 -0500 Subject: [PATCH] manifest-list: add back annotations PR #533 removed annotations by accident. (489e00e specifically). This adds that definition back. Signed-off-by: Vincent Batts --- manifest-list.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifest-list.md b/manifest-list.md index 179f7b9ad..7824e85f5 100644 --- a/manifest-list.md +++ b/manifest-list.md @@ -69,6 +69,13 @@ For the media type(s) that this document is compatible with, see the [matrix][ma This OPTIONAL property specifies an array of strings, each specifying a mandatory CPU feature (for example `sse4` or `aes`). +- **`annotations`** *string-string map* + + This OPTIONAL property contains arbitrary metadata for the manifest list. + This OPTIONAL property MUST use the [annotation rules](annotations.md#rules). + + See [Pre-Defined Annotation Keys](annotations.md#pre-defined-annotation-keys). + ## Example Manifest List *Example showing a simple manifest list pointing to image manifests for two platforms:*