From: Jan Kiszka <
jan.k...@siemens.com>
This aligns the schema descriptions with our user-facing documentation.
Signed-off-by: Jan Kiszka <
jan.k...@siemens.com>
---
kas/schema-kas.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/kas/schema-kas.json b/kas/schema-kas.json
index bddd6d0..1c83e33 100644
--- a/kas/schema-kas.json
+++ b/kas/schema-kas.json
@@ -126,7 +126,7 @@
}
},
"overrides": {
- "description": "Overrides for specific configuration nodes. By that, only items that already exist are overridden. Note that the lock plugin uses overrides to manage pinning of commits. Manually added overrides can interfere with lock file generated by the plugin.",
+ "description": "Overrides for specific configuration nodes. By that, only items that already exist are overridden. Note that the lock command uses overrides to manage pinning of commits. Manually added overrides can interfere with lock file generated by the command.",
"type": "object",
"additionalProperties": false,
"properties": {
@@ -365,7 +365,7 @@
}
},
"menu_configuration": {
- "description": "Menu configuration, auto-generated by menu plugin.",
+ "description": "Menu configuration, auto-generated by menu command.",
"type": "object",
"additionalProperties": {
"anyOf": [
@@ -451,7 +451,7 @@
}
},
"_source_dir": {
- "description": "Path to the top repo at time of invoking the plugin (auto-generated by the menu plugin). It must not be set manually and might only be defined in the top-level ``.config.yaml`` file.", "type": "string"
+ "description": "Path to the top repo at time of invoking the menu command (auto-generated). It must not be set manually and might only be defined in the top-level ``.config.yaml`` file.", "type": "string"
},
"_source_dir_host": {
"description": "Source directory of the config file on the host (auto-generated by kas menu command, when using kas-container).",
--
2.47.3