github.com/go-playground/webhooks/v6@v6.3.0/testdata/bitbucket/commit-comment-created.json (about)

     1  {
     2    "actor":{
     3      "nickname":"emmap1",
     4      "account_id":"udfy9suggmzpswxc7n200y3c",
     5      "display_name":"Emma",
     6      "uuid":"{a54f16da-24e9-4d7f-a3a7-b1ba2cd98aa3}",
     7      "links":{
     8        "self":{
     9          "href":"https://api.bitbucket.org/api/2.0/users/%7Ba54f16da-24e9-4d7f-a3a7-b1ba2cd98aa3%7D"
    10        },
    11        "html":{
    12          "href":"https://api.bitbucket.org/%7Ba54f16da-24e9-4d7f-a3a7-b1ba2cd98aa3%7D"
    13        },
    14        "avatar":{
    15          "href":"https://bitbucket-api-assetroot.s3.amazonaws.com/c/photos/2015/Feb/26/3613917261-0-emmap1-avatar_avatar.png"
    16        }
    17      }
    18    },
    19    "comment":{
    20      "id":17,
    21      "parent":{
    22        "id":16
    23      },
    24      "content":{
    25        "raw":"Comment text",
    26        "html":"<p>Comment text</p>",
    27        "markup":"markdown"
    28      },
    29      "inline":{
    30        "path":"path/to/file",
    31        "from":null,
    32        "to":10
    33      },
    34      "created_on":"2015-04-06T16:52:29.982346+00:00",
    35      "updated_on":"2015-04-06T16:52:29.983730+00:00",
    36      "links":{
    37        "self":{
    38          "href":"https://api.bitbucket.org/api/2.0/comments/comment_id"
    39        },
    40        "html":{
    41          "href":"https://api.bitbucket.org/comment_id"
    42        }
    43      }
    44    },
    45    "repository":{
    46      "links":{
    47        "self":{
    48          "href":"https://api.bitbucket.org/api/2.0/repositories/bitbucket/bitbucket"
    49        },
    50        "html":{
    51          "href":"https://api.bitbucket.org/bitbucket/bitbucket"
    52        },
    53        "avatar":{
    54          "href":"https://api-staging-assetroot.s3.amazonaws.com/c/photos/2014/Aug/01/bitbucket-logo-2629490769-3_avatar.png"
    55        }
    56      },
    57      "uuid":"{673a6070-3421-46c9-9d48-90745f7bfe8e}",
    58      "full_name":"team_name/repo_name",
    59      "name":"repo_name",
    60      "scm":"git",
    61      "is_private":true
    62    },
    63    "commit":{
    64      "hash":"d3022fc0ca3d65c7f6654eea129d6bf0cf0ee08e"
    65    }
    66  }