blob: d6e0d0dea74dc3007d28c9ef5a330b53bbcf481d [file] [log] [blame]
Giorgi Lekveishvili7efe22f2023-05-30 13:01:53 +04001{
2 "type": "object",
3 "properties": {
Giorgi Lekveishvili4257b902023-07-07 17:08:42 +04004 "Network": { "type": "string", "default": "Public", "role": "network" },
Giorgi Lekveishvili7efe22f2023-05-30 13:01:53 +04005 "Subdomain": { "type": "string", "default": "woof" }
6 },
7 "additionalProperties": false
8}