blob: d6e0d0dea74dc3007d28c9ef5a330b53bbcf481d [file] [log] [blame]
Giorgi Lekveishvilie1c6a2c2023-11-08 17:10:38 +04001{
2 "type": "object",
3 "properties": {
4 "Network": { "type": "string", "default": "Public", "role": "network" },
5 "Subdomain": { "type": "string", "default": "woof" }
6 },
7 "additionalProperties": false
8}