We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rekorLogId
I am using the openapi schema (https://api.jsr.io/.well-known/openapi) to generate client. And I noticed an error in the schema
Here is the schema for rekorLogId
rekorLogId: type: string description: Rekor log ID for the published package version.
But when a package isn't signed by github action, its rekorLogId is null. I believe a nullable: true should be added to the schema.
nullable: true
The text was updated successfully, but these errors were encountered:
We'd welcome a PR to the schema here: https://github.com/jsr-io/jsr/blob/main/api/src/api.yml
Sorry, something went wrong.
No branches or pull requests
I am using the openapi schema (https://api.jsr.io/.well-known/openapi) to generate client.
And I noticed an error in the schema
Here is the schema for
rekorLogId
But when a package isn't signed by github action, its
rekorLogId
is null.I believe a
nullable: true
should be added to the schema.The text was updated successfully, but these errors were encountered: