From 8f7760462ad712bda7ce765cd45e6fb9b1c94e74 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 29 Jun 2023 14:26:54 +0200 Subject: [PATCH] documentation: update autoinstall schema to include active-directory Signed-off-by: Olivier Gayot --- documentation/autoinstall-schema.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/autoinstall-schema.md b/documentation/autoinstall-schema.md index e90fba33..e49b1922 100644 --- a/documentation/autoinstall-schema.md +++ b/documentation/autoinstall-schema.md @@ -481,6 +481,18 @@ The [JSON schema](https://json-schema.org/) for autoinstall data is as follows: "additionalProperties": false } }, + "active-directory": { + "type": "object", + "properties": { + "admin-name": { + "type": "string" + }, + "domain-name": { + "type": "string" + } + }, + "additionalProperties": false + }, "codecs": { "type": "object", "properties": {