mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-25 00:56:12 +00:00
28 lines
401 B
JSON
28 lines
401 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"name": {
|
|
"oneOf": [
|
|
{"type": "string"},
|
|
{"enum": [
|
|
"''",
|
|
"'LAN'",
|
|
"'LAN01'",
|
|
"'LAN02'",
|
|
"'LAN03'",
|
|
"'LAN04'",
|
|
"'LAN06'",
|
|
"'LAN07'",
|
|
"'LAN08'",
|
|
"'LAN09'",
|
|
"'LAN10'",
|
|
"'WAN'",
|
|
"'WIFI'",
|
|
"'GUEST'",
|
|
"'DMZ'",
|
|
"'VPN'"
|
|
]}
|
|
]
|
|
}
|
|
}
|
|
} |