github.com/go-playground/webhooks/v6@v6.3.0/testdata/gitlab/tag-event.json (about)

     1  {
     2    "object_kind": "tag_push",
     3    "before": "0000000000000000000000000000000000000000",
     4    "after": "82b3d5ae55f7080f1e6022629cdb57bfae7cccc7",
     5    "ref": "refs/tags/v1.0.0",
     6    "checkout_sha": "82b3d5ae55f7080f1e6022629cdb57bfae7cccc7",
     7    "user_id": 1,
     8    "user_name": "John Smith",
     9    "user_avatar": "https://s.gravatar.com/avatar/d4c74594d841139328695756648b6bd6?s=8://s.gravatar.com/avatar/d4c74594d841139328695756648b6bd6?s=80",
    10    "project_id": 1,
    11    "project":{
    12      "name":"Example",
    13      "description":"",
    14      "web_url":"http://example.com/jsmith/example",
    15      "avatar_url":null,
    16      "git_ssh_url":"git@example.com:jsmith/example.git",
    17      "git_http_url":"http://example.com/jsmith/example.git",
    18      "namespace":"Jsmith",
    19      "visibility_level":0,
    20      "path_with_namespace":"jsmith/example",
    21      "default_branch":"master",
    22      "homepage":"http://example.com/jsmith/example",
    23      "url":"git@example.com:jsmith/example.git",
    24      "ssh_url":"git@example.com:jsmith/example.git",
    25      "http_url":"http://example.com/jsmith/example.git"
    26    },
    27    "repository":{
    28      "name": "Example",
    29      "url": "ssh://git@example.com/jsmith/example.git",
    30      "description": "",
    31      "homepage": "http://example.com/jsmith/example",
    32      "git_http_url":"http://example.com/jsmith/example.git",
    33      "git_ssh_url":"git@example.com:jsmith/example.git",
    34      "visibility_level":0
    35    },
    36    "commits": [],
    37    "total_commits_count": 0
    38  }