Schema Inaccuracy
This is the json ref for the example
#/components/examples/team-items/value
The field parent doesn't exist in the schema, but exists in the example.
Here's a snippet
10: "notification_setting" : "notifications_enabled",
11: "permission" : "admin",
12: "members_url" : "https://api.github.com/teams/1/members{/member}",
13: "repositories_url" : "https://api.github.com/teams/1/repos",
> 14: "parent" : null
15: } ]
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