octokit.net
octokit.net copied to clipboard
[BUG]: Package Model is missing repository property
What happened?
The GitHub Rest API defines the package response having a repository property:
jq -r '.components.schemas.package | .properties |=({repository})'
Output:
{
"title": "Package",
"description": "A software package",
"type": "object",
"properties": {
"repository": {
"$ref": "#/components/schemas/nullable-minimal-repository"
}
}
}
This is missing from the Package model.
Having this allows associating packages to a repository.
Versions
Octokit.net v13.0.1
Relevant log output
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct