Schema Inaccuracy
This is the json ref for the example
#/components/examples/user-received-events-items/value
The field repository_id doesn't exist in the schema, but exists in the example.
Here's a snippet
14: "name" : "octocat/Hello-World",
15: "url" : "https://api.github.com/repos/octocat/Hello-World"
16: },
17: "payload" : {
> 18: "repository_id" : 1296269,
19: "push_id" : 10115855396,
20: "ref" : "refs/heads/master",
21: "head" : "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
22: "before" : "883efe034920928c47fe18598c01249d1a9fdabd"
Expected
The schema and example are in sync
Reproduction Steps
I could reproduce this in
- fpt
- ghec
- ghes-3.14
- ghes-3.15
- ghes-3.16
- ghes-3.17
- ghes-3.18