Welcome to mirror list, hosted at ThFree Co, Russian Federation.

author.json « jira_connect « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd2cff96d9927a41ce0c9e129f24c2268975a0fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "properties": {
    "name": { "type": "string" },
    "email": { "type": "string" },
    "username": { "type": "string" },
    "url": { "type": "uri" },
    "avatar": { "type": "uri" }
  },
  "required": [ "name", "email" ],
  "additionalProperties": false
}