From 2bd22fa556c0f7b857edfa7eca2fa2002242d206 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Fri, 23 Jun 2023 21:14:44 +0900 Subject: [PATCH] features.md: add a note to avoid confusion about annotations The "annotations" property in features.md is not expected to enumerate the possible values of the "annotation" property in config.md. Signed-off-by: Akihiro Suda --- features.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features.md b/features.md index d85e6fe62..f3c8b5b3f 100644 --- a/features.md +++ b/features.md @@ -129,6 +129,8 @@ The `null` value MUST NOT be confused with an empty value such as `0`, `false`, **`annotations`** (object, OPTIONAL) contains arbitrary metadata of the runtime. This information MAY be structured or unstructured. Annotations MUST be a key-value map that follows the same convention as the Key and Values of the [`annotations` property of `config.json`](config.md#annotations). +However, annotations do not need to contain the possible values of the [`annotations` property of `config.json`](config.md#annotations). +The current version of the spec do not provide a way to enumerate the possible values of the [`annotations` property of `config.json`](config.md#annotations). ### Example ```json