From: Martin George Date: Wed, 7 Sep 2022 08:54:05 +0000 (+0530) Subject: json-schema: add dhchap_key details to host section X-Git-Tag: v1.2~34^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a001e59b7751fcb2076231642e2e4d077afb4fad;p=users%2Fsagi%2Flibnvme.git json-schema: add dhchap_key details to host section One can set the dhchap_key in the host section as well of the config JSON file. So update the JSON schema to reflect the same. Signed-off-by: Martin George --- diff --git a/doc/config-schema.json b/doc/config-schema.json index a7bbdf17..ddb0e083 100644 --- a/doc/config-schema.json +++ b/doc/config-schema.json @@ -29,6 +29,10 @@ "description": "NVMe host symbolic name", "type": "string" }, + "dhchap_key": { + "description": "Host DH-HMAC-CHAP key", + "type": "string" + }, "required": [ "hostnqn" ], "subsystems": { "description": "Array of NVMe subsystem properties",