debian-mirror-gitlab/spec/fixtures/api/schemas/jira_connect/author.json

13 lines
283 B
JSON
Raw Normal View History

2020-11-24 15:15:51 +05:30
{
"type": "object",
"properties": {
"name": { "type": "string" },
"email": { "type": "string" },
"username": { "type": "string" },
"url": { "type": "uri" },
"avatar": { "type": "uri" }
},
"required": [ "name", "email" ],
"additionalProperties": false
}