summaryrefslogtreecommitdiff
path: root/schemas/profile.json
blob: ff7b08780455300283da7cd0cd162c58b3bd32c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "type": "object",
    "properties": {
        "tg_id": { "type": "integer" },
        "fullname": { "type": "string" },
        "username": { "type": "string" },
        "is_admin": { "type": "boolean" },
        "is_hidden": { "type": "boolean" }
    },
    "required": ["tg_id", "fullname", "username", "is_admin", "is_hidden"]
}