github.com/go-playground/webhooks/v6@v6.3.0/testdata/bitbucket/issue-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    "issue":{
    20      "id":1,
    21      "component":"component",
    22      "title":"Issue title",
    23      "content":{
    24        "raw":"Issue description",
    25        "html":"<p>Issue description</p>",
    26        "markup":"markdown"
    27      },
    28      "priority":"trivial|minor|major|critical|blocker",
    29      "state":"new|open|on hold|resolved|duplicate|invalid|wontfix|closed",
    30      "type":"bug|enhancement|proposal|task",
    31      "milestone":{
    32        "name":"milestone 1"
    33      },
    34      "version":{
    35        "name":"version 1"
    36      },
    37      "created_on":"2015-04-06T15:23:38.179678+00:00",
    38      "updated_on":"2015-04-06T15:23:38.179678+00:00",
    39      "links":{
    40        "self":{
    41          "href":"https://api.bitbucket.org/api/2.0/issues/issue_id"
    42        },
    43        "html":{
    44          "href":"https://api.bitbucket.org/issue_id"
    45        }
    46      }
    47    },
    48    "repository":{
    49      "links":{
    50        "self":{
    51          "href":"https://api.bitbucket.org/api/2.0/repositories/bitbucket/bitbucket"
    52        },
    53        "html":{
    54          "href":"https://api.bitbucket.org/bitbucket/bitbucket"
    55        },
    56        "avatar":{
    57          "href":"https://api-staging-assetroot.s3.amazonaws.com/c/photos/2014/Aug/01/bitbucket-logo-2629490769-3_avatar.png"
    58        }
    59      },
    60      "uuid":"{673a6070-3421-46c9-9d48-90745f7bfe8e}",
    61      "full_name":"team_name/repo_name",
    62      "name":"repo_name",
    63      "scm":"git",
    64      "is_private":true
    65    }
    66  }