debian-mirror-gitlab/spec/fixtures/api/schemas/jira_connect/author.json
2020-11-24 15:15:51 +05:30

12 lines
283 B
JSON

{
"type": "object",
"properties": {
"name": { "type": "string" },
"email": { "type": "string" },
"username": { "type": "string" },
"url": { "type": "uri" },
"avatar": { "type": "uri" }
},
"required": [ "name", "email" ],
"additionalProperties": false
}