mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed schema.
This commit is contained in:
parent
45411d2e90
commit
022ebd7311
1 changed files with 1887 additions and 1886 deletions
|
@ -3,6 +3,7 @@
|
||||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||||
"description": "MeshCentral configuration file schema",
|
"description": "MeshCentral configuration file schema",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": [ "settings", "domains" ],
|
||||||
"properties": {
|
"properties": {
|
||||||
"settings": {
|
"settings": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
@ -3138,6 +3139,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"required": ["settings", "domains"]
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue