Schema Inaccuracy
This is the json ref for the example
#/components/examples/starred-repository-items-alternative-response-with-star-creation-timestamps/value
#/components/examples/repository-items-default-response/value
The field template_repository doesn't exist in the schema, but exists in the example.
Here's a snippet
97: "push" : false,
98: "pull" : true
99: },
100: "allow_rebase_merge" : true,
> 101: "template_repository" : null,
102: "temp_clone_token" : "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
103: "allow_squash_merge" : true,
104: "allow_auto_merge" : false,
105: "delete_branch_on_merge" : true,
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