| Giorgi Lekveishvili | 4fc2943 | 2023-07-20 10:03:28 +0400 | [diff] [blame] | 1 | { |
| 2 | "type": "object", | ||||
| 3 | "properties": { | ||||
| 4 | "Name": { "type": "string" }, | ||||
| 5 | "From": { "type": "string" }, | ||||
| 6 | "To": { "type": "string" }, | ||||
| Giorgi Lekveishvili | a1e7790 | 2023-11-06 14:48:27 +0400 | [diff] [blame] | 7 | "AutoAssign": { "type": "boolean" }, |
| 8 | "Namespace": { "type": "string" } | ||||
| Giorgi Lekveishvili | 4fc2943 | 2023-07-20 10:03:28 +0400 | [diff] [blame] | 9 | }, |
| 10 | "additionalProperties": false | ||||
| 11 | } | ||||