mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
fix config schema 2024
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
329ba43e81
commit
1295af4677
1 changed files with 2 additions and 2 deletions
|
@ -983,11 +983,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"domaindefaults": {
|
"domaindefaults": {
|
||||||
"$ref": "#/properties/domains/items"
|
"$ref": "#/properties/domains/additionalProperties"
|
||||||
},
|
},
|
||||||
"domains": {
|
"domains": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"items": {
|
"additionalProperties": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"dns": {
|
"dns": {
|
||||||
|
|
Loading…
Reference in a new issue