github.com/go-playground/webhooks/v6@v6.3.0/testdata/bitbucket/repo-commit-status-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    "repository":{
    20      "links":{
    21        "self":{
    22          "href":"https://api.bitbucket.org/api/2.0/repositories/bitbucket/bitbucket"
    23        },
    24        "html":{
    25          "href":"https://api.bitbucket.org/bitbucket/bitbucket"
    26        },
    27        "avatar":{
    28          "href":"https://api-staging-assetroot.s3.amazonaws.com/c/photos/2014/Aug/01/bitbucket-logo-2629490769-3_avatar.png"
    29        }
    30      },
    31      "uuid":"{673a6070-3421-46c9-9d48-90745f7bfe8e}",
    32      "full_name":"team_name/repo_name",
    33      "name":"repo_name",
    34      "scm":"git",
    35      "is_private":true
    36    },
    37    "commit_status":{
    38      "name":"Unit Tests (Python)",
    39      "description":"Build started",
    40      "state":"INPROGRESS",
    41      "key":"mybuildtool",
    42      "url":"https://my-build-tool.com/builds/MY-PROJECT/BUILD-777",
    43      "type":"build",
    44      "created_on":"2015-11-19T20:37:35.547563+00:00",
    45      "updated_on":"2015-11-19T20:37:35.547563+00:00",
    46      "links":{
    47        "commit":{
    48          "href":"http://api.bitbucket.org/2.0/repositories/tk/test/commit/9fec847784abb10b2fa567ee63b85bd238955d0e"
    49        },
    50        "self":{
    51          "href":"http://api.bitbucket.org/2.0/repositories/tk/test/commit/9fec847784abb10b2fa567ee63b85bd238955d0e/statuses/build/mybuildtool"
    52        }
    53      }
    54    }
    55  }