| Giorgi Lekveishvili | e34a061 | 2023-06-16 13:56:10 +0400 | [diff] [blame] | 1 | { |
| 2 | "type": "object", |
| 3 | "properties": { |
| Giorgi Lekveishvili | 4257b90 | 2023-07-07 17:08:42 +0400 | [diff] [blame] | 4 | "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 Lekveishvili | e34a061 | 2023-06-16 13:56:10 +0400 | [diff] [blame] | 15 | }, |
| 16 | "additionalProperties": false |
| 17 | } |