zulip/zerver/webhooks/bitbucket2/fixtures/commit_comment_created.json

112 lines
3.3 KiB
JSON

{
"comment":{
"user":{
"uuid":"{678ab31f-9f88-4d7a-b343-1bdf9f024917}",
"links":{
"html":{
"href":"https://bitbucket.org/kolaszek/"
},
"self":{
"href":"https://api.bitbucket.org/2.0/users/kolaszek"
},
"avatar":{
"href":"https://bitbucket.org/account/kolaszek/avatar/32/"
}
},
"nickname":"Tomasz Kolaszek",
"display_name":"Tomasz",
"type":"user"
},
"commit":{
"links":{
"html":{
"href":"https://bitbucket.org/kolaszek/repository-name/commits/32c4ea19aa3af10acd08e419e2c354941a365d74"
},
"self":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name/commit/32c4ea19aa3af10acd08e419e2c354941a365d74"
}
},
"hash":"32c4ea19aa3af10acd08e419e2c354941a365d74",
"type":"commit"
},
"id":3354963,
"content":{
"html":"<p>Nice fix!</p>",
"markup":"markdown",
"raw":"Nice fix!"
},
"updated_on":"2016-07-02T07:18:52.542184+00:00",
"links":{
"html":{
"href":"https://bitbucket.org/kolaszek/repository-name/commits/32c4ea19aa3af10acd08e419e2c354941a365d74#comment-3354963"
},
"self":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name/commit/32c4ea19aa3af10acd08e419e2c354941a365d74/comments/3354963"
}
},
"created_on":"2016-07-02T07:18:52.537287+00:00"
},
"commit":{
"links":{
},
"hash":"32c4ea19aa3af10acd08e419e2c354941a365d74",
"type":"base_commit",
"message":"c\n"
},
"actor":{
"uuid":"{678ab31f-9f88-4d7a-b343-1bdf9f024917}",
"links":{
"html":{
"href":"https://bitbucket.org/kolaszek/"
},
"self":{
"href":"https://api.bitbucket.org/2.0/users/kolaszek"
},
"avatar":{
"href":"https://bitbucket.org/account/kolaszek/avatar/32/"
}
},
"nickname":"Tomasz Kolaszek",
"display_name":"Tomasz",
"type":"user"
},
"repository":{
"uuid":"{59005838-3978-410b-84fd-8b4ce1b41089}",
"scm":"git",
"is_private":true,
"owner":{
"uuid":"{678ab31f-9f88-4d7a-b343-1bdf9f024917}",
"links":{
"html":{
"href":"https://bitbucket.org/kolaszek/"
},
"self":{
"href":"https://api.bitbucket.org/2.0/users/kolaszek"
},
"avatar":{
"href":"https://bitbucket.org/account/kolaszek/avatar/32/"
}
},
"nickname":"Tomasz Kolaszek",
"display_name":"Tomasz",
"type":"user"
},
"links":{
"html":{
"href":"https://bitbucket.org/kolaszek/repository-name"
},
"self":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name"
},
"avatar":{
"href":"https://bitbucket.org/kolaszek/repository-name/avatar/32/"
}
},
"website":"",
"name":"Repository name",
"type":"repository",
"full_name":"kolaszek/repository-name"
}
}