consistent "project" JSON fields across the various events webhook payload
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=24381) </details> <!--IssueSummary end--> [Webhooks](https://docs.gitlab.com/ee/user/project/integrations/webhooks.html) contain a JSON payload. One of its elements is `project`. I would expect the JSON object below the `project` key to be consistent across all webhooks of a given project, be it `push` or `pipeline`. Currently, `homepage` or `ssh_url` (among other) are not available for all hook events (eg: `pipeline`). Shouldn't this be made more consistent?
issue