| Giorgi Lekveishvili | 3991369 | 2023-12-05 08:58:08 +0400 | [diff] [blame] | 1 | { |
| 2 | "type": "object", | ||||
| 3 | "properties": { | ||||
| 4 | "Username": { "type": "string" }, | ||||
| 5 | "PreAuthKey": { | ||||
| 6 | "type": "object", | ||||
| 7 | "properties": { | ||||
| 8 | "Enabled": { "type": "boolean" } | ||||
| 9 | }, | ||||
| 10 | "additionalProperties": false | ||||
| 11 | } | ||||
| 12 | }, | ||||
| 13 | "additionalProperties": false | ||||
| 14 | } | ||||