Closed brock-greman-driscolls closed 1 year ago
This may be an error in github's schema. You may report the issue to https://github.com/github/rest-api-description with detailed info, and i will make a schema patch after that.
team-organization:
title: Team Organization
description: Team Organization
type: object
properties:
company:
type: string
examples:
- GitHub
email:
type: string
format: email
examples:
- octocat@github.com
Any time I try to access the
parsed_data
field on various responses, I receive a pydantic validation error, I believe because the org data is missing a value forcompany
andemail
. These values are null in the REST API response fororgs/<org_name>
.For example:
Gives: