[Schema Inaccuracy] Add format: int64
to organization private_repos
#707
Labels
format: int64
to organization private_repos
#707
Schema Inaccuracy
The
organization-full
->plan
->private_repos
key is defined astype: integer
, which is interpreted by many codegen tools asint32
. However, if you have an enterprise plan (or at least in our case) the # of private repos returned from the API is999999999999
, which causes a runtime error.Schema
Expected
The schema includes a [
format: int64
type definition] https://swagger.io/docs/specification/data-models/data-types/#numbers).Reproduction Steps
From an Enterprise plan on GitHub Enterprise Server 3.1.12:
The text was updated successfully, but these errors were encountered: