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": {