Schema Inaccuracy
This is the json ref for the example
#/components/examples/check-suite/value
The field single_file doesn't exist in the schema, but exists in the example.
Here's a snippet
33: "permissions" : {
34: "metadata" : "read",
35: "contents" : "read",
36: "issues" : "write",
> 37: "single_file" : "write"
38: },
39: "events" : [ "push", "pull_request" ]
40: },
41: "before" : "146e867f55c26428e5f9fade55a9bbf5e95a7912",
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