1
0
Fork 0
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:
si458 2024-01-15 19:15:19 +00:00
parent 329ba43e81
commit 1295af4677

View file

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