debian-mirror-gitlab/spec/fixtures/api/schemas/jira_connect/author.json
2023-03-05 14:24:40 +05:30

27 lines
No EOL
394 B
JSON

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