gitlab-org--gitlab-foss/spec/fixtures/api/schemas/entities/note_user_entity.json

22 lines
474 B
JSON

{
"type": "object",
"required": [
"id",
"state",
"avatar_url",
"path",
"name",
"username"
],
"properties": {
"id": { "type": "integer" },
"state": { "type": "string" },
"avatar_url": { "type": "string" },
"path": { "type": "string" },
"name": { "type": "string" },
"username": { "type": "string" },
"status_tooltip_html": { "$ref": "../types/nullable_string.json" },
"show_status": { "type": "boolean" }
}
}