github.com/jenkins-x/jx/v2@v2.1.155/pkg/gits/test_data/bitbucket_cloud/webhooks.example.json (about) 1 { 2 "read_only": null, 3 "description": "Testing Webhook via API", 4 "links": { 5 "self": { 6 "href": "https://api.bitbucket.org/2.0/repositories/wbrefvem/test-repo/hooks/%7B81c9cddc-38ef-4ea2-bae7-4bf581f82c6c%7D" 7 } 8 }, 9 "url": "https://example.com/bitbucket-webhook/", 10 "created_at": "2018-04-02T04:43:03.541878Z", 11 "skip_cert_verification": false, 12 "source": null, 13 "active": true, 14 "subject": { 15 "links": { 16 "self": { 17 "href": "https://api.bitbucket.org/2.0/repositories/wbrefvem/test-repo" 18 }, 19 "html": { 20 "href": "https://bitbucket.org/wbrefvem/test-repo" 21 }, 22 "avatar": { 23 "href": "https://bitbucket.org/wbrefvem/test-repo/avatar/32/" 24 } 25 }, 26 "type": "repository", 27 "name": "test-repo", 28 "full_name": "wbrefvem/test-repo", 29 "uuid": "{2422942f-0f92-4c12-80b8-bc07b9bf3064}" 30 }, 31 "type": "webhook_subscription", 32 "events": [ 33 "repo:push" 34 ], 35 "uuid": "{81c9cddc-38ef-4ea2-bae7-4bf581f82c6c}" 36 }