| 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" }, | ||||
| 7 | "AutoAssign": { "type": "boolean" } | ||||
| 8 | }, | ||||
| 9 | "additionalProperties": false | ||||
| 10 | } | ||||