blob: d76700b1aee51ff976e026f32853460ba92a6cd9 [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" },
Giorgi Lekveishvilia1e77902023-11-06 14:48:27 +04007 "AutoAssign": { "type": "boolean" },
8 "Namespace": { "type": "string" }
Giorgi Lekveishvili4fc29432023-07-20 10:03:28 +04009 },
10 "additionalProperties": false
11}