From fc7ddb1b053cab2534fcb845c9496343b2cf908c Mon Sep 17 00:00:00 2001 From: Felix Moessbauer Date: Thu, 16 Jan 2025 10:00:58 +0100 Subject: [PATCH] docs: remove duplicated supported values from schema desc As we now automatically add the supported values from the schema to the docs, we no longer need to state them in the description of the node (which is an antipattern anyways). Signed-off-by: Felix Moessbauer Signed-off-by: Jan Kiszka --- kas/schema-kas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kas/schema-kas.json b/kas/schema-kas.json index 8de17867..f5eb1038 100644 --- a/kas/schema-kas.json +++ b/kas/schema-kas.json @@ -193,7 +193,7 @@ ] }, "type": { - "description": "Type of version control repository. The supported values are ``git`` and ``hg``.", + "description": "Type of version control repository.", "default": "git", "type": "string", "enum": ["git", "hg"]