| Giorgi Lekveishvili | e1c6a2c | 2023-11-08 17:10:38 +0400 | [diff] [blame] | 1 | { |
| 2 | "type": "object", | ||||
| 3 | "properties": { | ||||
| 4 | "Network": { "type": "string", "default": "Public", "role": "network" }, | ||||
| 5 | "Subdomain": { "type": "string", "default": "woof" } | ||||
| 6 | }, | ||||
| 7 | "additionalProperties": false | ||||
| 8 | } | ||||