blob: 6eca7100705e1ead86eadfe8af241aef54f43ae6 [file] [log] [blame]
Giorgi Lekveishvilie34a0612023-06-16 13:56:10 +04001{
2 "type": "object",
3 "properties": {
Giorgi Lekveishvili4257b902023-07-07 17:08:42 +04004 "IngressPrivate": { "type": "string" },
5 "Headscale": { "type": "string" },
6 "SoftServe": { "type": "string" },
7 "Rest": {
8 "type": "object",
9 "properties": {
10 "From": { "type": "string" },
11 "To": { "type": "string" }
12 },
13 "additionalProperties": false
14 }
Giorgi Lekveishvilie34a0612023-06-16 13:56:10 +040015 },
16 "additionalProperties": false
17}