2018-03-17 18:26:18 +05:30
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"required": [
|
|
|
|
"id",
|
|
|
|
"state",
|
|
|
|
"avatar_url",
|
|
|
|
"web_url",
|
2018-12-05 23:21:45 +05:30
|
|
|
"path",
|
|
|
|
"name",
|
|
|
|
"username"
|
2018-03-17 18:26:18 +05:30
|
|
|
],
|
|
|
|
"properties": {
|
|
|
|
"id": { "type": "integer" },
|
|
|
|
"state": { "type": "string" },
|
|
|
|
"avatar_url": { "type": "string" },
|
|
|
|
"web_url": { "type": "string" },
|
2018-12-05 23:21:45 +05:30
|
|
|
"path": { "type": "string" },
|
|
|
|
"name": { "type": "string" },
|
|
|
|
"username": { "type": "string" },
|
|
|
|
"status_tooltip_html": { "$ref": "../types/nullable_string.json" }
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
2018-03-17 18:26:18 +05:30
|
|
|
}
|