blob: 479ef98dc063000b582f1105c50d07b82b4f5dcb [file] [log] [blame]
Giorgi Lekveishvili4fc29432023-07-20 10:03:28 +04001{
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}