github.com/go-playground/webhooks/v6@v6.3.0/testdata/gitlab/system-project-renamed.json (about)

     1  {
     2    "created_at": "2012-07-21T07:30:58Z",
     3    "updated_at": "2012-07-21T07:38:22Z",
     4    "event_name": "project_rename",
     5    "name": "Underscore",
     6    "path": "underscore",
     7    "path_with_namespace": "jsmith/underscore",
     8    "project_id": 73,
     9    "owner_name": "John Smith",
    10    "owner_email": "johnsmith@example.com",
    11    "owners": [{
    12      "name": "John",
    13      "email": "user1@example.com"
    14    }],
    15    "project_visibility": "internal",
    16    "old_path_with_namespace": "jsmith/overscore"
    17  }