From 515fce96880e8f22122988cf4d997cf4a6483540 Mon Sep 17 00:00:00 2001 From: Kostiantyn Kostiuk Date: Mon, 19 Feb 2024 17:13:56 +0200 Subject: [PATCH] Add hckinstall JSON Type Definition Signed-off-by: Kostiantyn Kostiuk --- lib/engines/hckinstall/hckinstall.jtd.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/engines/hckinstall/hckinstall.jtd.json diff --git a/lib/engines/hckinstall/hckinstall.jtd.json b/lib/engines/hckinstall/hckinstall.jtd.json new file mode 100644 index 00000000..69da7327 --- /dev/null +++ b/lib/engines/hckinstall/hckinstall.jtd.json @@ -0,0 +1,7 @@ +{ + "properties": { + "hck_setup_scripts_path": { "type": "string" }, + "answer_files": { "elements": { "type": "string" } }, + "install_timeout": { "type": "uint16" } + } +}