1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-12 11:01:52 +00:00

Fixed schema.

This commit is contained in:
Ylian Saint-Hilaire 2023-08-06 14:47:25 -07:00
parent 45411d2e90
commit 022ebd7311

View file

@ -3,6 +3,7 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "MeshCentral configuration file schema",
"type": "object",
"required": [ "settings", "domains" ],
"properties": {
"settings": {
"type": "object",
@ -3138,6 +3139,6 @@
}
}
}
},
"required": ["settings", "domains"]
}
}
}