Schema Inaccuracy
This is the json ref for the example
#/components/examples/check-suite-paginated/value
The field single_file doesn't exist in the schema, but exists in the example.
Here's a snippet
43: "permissions" : {
44: "metadata" : "read",
45: "contents" : "read",
46: "issues" : "write",
> 47: "single_file" : "write"
48: },
49: "events" : [ "push", "pull_request" ]
50: },
51: "repository" : {
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