Schema Inaccuracy
This is the json ref for the example
#/components/examples/full-repository-default-response/value
The field subscribers_count doesn't exist in the schema, but exists in the example.
Here's a snippet
208: "allow_squash_merge" : true,
209: "allow_auto_merge" : false,
210: "delete_branch_on_merge" : true,
211: "allow_merge_commit" : true,
> 212: "subscribers_count" : 42,
213: "network_count" : 0,
214: "license" : {
215: "key" : "mit",
216: "name" : "MIT License",
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