Schema Inaccuracy
This is the json ref for the example
#/components/examples/minimal-repository-paginated/value
The field template_repository doesn't exist in the schema, but exists in the example.
Here's a snippet
95: "admin" : false,
96: "push" : false,
97: "pull" : true
98: },
> 99: "template_repository" : {
100: "id" : 1296269,
101: "node_id" : "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
102: "name" : "Hello-World",
103: "full_name" : "octocat/Hello-World",
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