Schema Inaccuracy
This is the json ref for the example
#/components/examples/issue-event/value
The field single_file doesn't exist in the schema, but exists in the example.
Here's a snippet
177: "permissions" : {
178: "metadata" : "read",
179: "contents" : "read",
180: "issues" : "write",
> 181: "single_file" : "write"
182: },
183: "events" : [ "push", "pull_request" ]
184: },
185: "comments" : 0,
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