2021-03-08 18:12:59 +05:30
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"required": ["id", "name", "username", "avatar_url", "web_url", "blocked", "two_factor_enabled"],
|
|
|
|
"properties": {
|
|
|
|
"id": { "type": "integer" },
|
|
|
|
"name": { "type": "string" },
|
|
|
|
"username": { "type": "string" },
|
|
|
|
"avatar_url": { "type": ["string", "null"] },
|
|
|
|
"web_url": { "type": "string" },
|
|
|
|
"blocked": { "type": "boolean" },
|
|
|
|
"two_factor_enabled": { "type": "boolean" },
|
2021-03-11 19:13:27 +05:30
|
|
|
"availability": { "type": ["string", "null"] },
|
2021-03-08 18:12:59 +05:30
|
|
|
"status": {
|
|
|
|
"type": "object",
|
|
|
|
"required": ["emoji"],
|
|
|
|
"properties": {
|
|
|
|
"emoji": { "type": "string" }
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
2021-04-29 21:17:54 +05:30
|
|
|
}
|
2021-03-08 18:12:59 +05:30
|
|
|
}
|