documentation: update autoinstall schema to include active-directory

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
This commit is contained in:
Olivier Gayot 2023-06-29 14:26:54 +02:00
parent ef7668d9f7
commit 8f7760462a
1 changed files with 12 additions and 0 deletions

View File

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