debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/user/basic.json
2018-03-17 18:26:18 +05:30

19 lines
376 B
JSON

{
"type": ["object", "null"],
"required": [
"id",
"name",
"username",
"state",
"avatar_url",
"web_url"
],
"properties": {
"id": { "type": "integer" },
"name": { "type": "string" },
"username": { "type": "string" },
"state": { "type": "string" },
"avatar_url": { "type": "string" },
"web_url": { "type": "string" }
}
}