mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-24 16:46:11 +00:00
26 lines
416 B
JSON
26 lines
416 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"roles": {
|
|
"type": "array",
|
|
"items": {
|
|
"anyOf": [
|
|
{ "type": "string" },
|
|
{ "enum": [
|
|
"''",
|
|
"'DHCP'",
|
|
"'DNS'",
|
|
"'VPN'",
|
|
"'Firewall'",
|
|
"'DC'",
|
|
"'File Server'",
|
|
"'Print Server'",
|
|
"'App Server'",
|
|
"'Backup Server'",
|
|
"'Hypervisor'"
|
|
]}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |