forked from siemens/kas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhance json schema with descriptions
When writing kas config files in an IDE that supports json schemas (like vscode), the IDE gives hints about possible keys / values. We improve this by adding short descriptions to the nodes. As the draft-04 version does not yet support the "deprecated" property, we just mention deprecations in the description. To avoid duplication of the documentation, we read the descriptions from the schema itself when generating the sphinx doc. No functional change. Signed-off-by: Felix Moessbauer <[email protected]> Signed-off-by: Jan Kiszka <[email protected]>
- Loading branch information
1 parent
b1c1309
commit 238d5ee
Showing
2 changed files
with
89 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.