blob: 81427973807f818217fa5396d4aad36d76fefe62 [file] [log] [blame]
Giorgi Lekveishvili672af5d2023-07-12 11:57:51 +04001{
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}