Skip to content

Commit

Permalink
docs: remove duplicated supported values from schema desc
Browse files Browse the repository at this point in the history
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 <felix.moessbauer@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
fmoessbauer authored and jan-kiszka committed Jan 16, 2025
1 parent d558eb4 commit fc7ddb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kas/schema-kas.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit fc7ddb1

Please sign in to comment.