24 lines
566 B
JSON
24 lines
566 B
JSON
{
|
|
"type": "object",
|
|
"required": [
|
|
"id",
|
|
"state",
|
|
"avatar_url",
|
|
"web_url",
|
|
"path",
|
|
"name",
|
|
"username"
|
|
],
|
|
"properties": {
|
|
"id": { "type": "integer" },
|
|
"state": { "type": "string" },
|
|
"avatar_url": { "type": "string" },
|
|
"web_url": { "type": "string" },
|
|
"path": { "type": "string" },
|
|
"name": { "type": "string" },
|
|
"username": { "type": "string" },
|
|
"status_tooltip_html": { "$ref": "../types/nullable_string.json" },
|
|
"is_gitlab_employee": { "type": "boolean" }
|
|
},
|
|
"additionalProperties": false
|
|
}
|