| Giorgi Lekveishvili | 672af5d | 2023-07-12 11:57:51 +0400 | [diff] [blame] | 1 | { |
| 2 | "type": "object", | ||||
| 3 | "properties": { | ||||
| 4 | "Network": { "type": "string", "default": "Public", "role": "network" }, | ||||
| 5 | "Subdomain": { "type": "string", "default": "softserve" }, | ||||
| 6 | "AdminKey": { "type": "string" }, | ||||
| 7 | "SourcePort": { "type": "string", "default": "0" } | ||||
| 8 | }, | ||||
| 9 | "additionalProperties": false | ||||
| 10 | } | ||||