Open
Description
Schema Inaccuracy
team-organization
does not specify that null
is an acceptable value for company
and email
properties. Neither does organization-full
yet my org has a null email and company.
Expected
The company
and email
properties can be null
.
Reproduction Steps
$ curl -X POST https://api.github.com/orgs/DriscollsInc
company
and email
are null
and, to be frank, I don't even know how I'd go about setting company
on this Org at this point.
Activity
TeamOrganization
company and email may be null yanyongyu/githubkit#31zegl commentedon Jun 19, 2023
This also applies to the
location
field, which is also nullable but is specified to always be a string.frankie567 commentedon Sep 26, 2023
Also applies to
name
andblog
fields.name
andblog
to be nullable yanyongyu/githubkit#49