Skip to content

Commit

Permalink
fix config schema 2024
Browse files Browse the repository at this point in the history
Signed-off-by: si458 <[email protected]>
  • Loading branch information
si458 committed Jan 15, 2024
1 parent 329ba43 commit 1295af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meshcentral-config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -983,11 +983,11 @@
}
},
"domaindefaults": {
"$ref": "#/properties/domains/items"
"$ref": "#/properties/domains/additionalProperties"
},
"domains": {
"type": "object",
"items": {
"additionalProperties": {
"type": "object",
"properties": {
"dns": {
Expand Down

0 comments on commit 1295af4

Please sign in to comment.