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.