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
The example is at
#/webhooks/secret-scanning-alert-location-created/post/requestBody/content/application~1json/examples
That points to
#/components/examples/secret-scanning-alert-location-created
A snippet of the example
6: "updated_at" : "2020-11-06T18:18:30Z", 7: "url" : "https://api.github.com/repos/octocat-repo/hello-world/secret-scanning/alerts/42", 8: "html_url" : "https://github.com/octocat-repo/hello-world/security/secret-scanning/42", 9: "locations_url" : "https://api.github.com/repos/octocat-repo/hello-world/secret-scanning/alerts/42/locations", > 10: "state" : "open", 11: "secret_type" : "mailchimp_api_key", 12: "secret" : "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2" 13: }, 14: "location" : {
The schema is at
#/components/schemas/webhook-secret-scanning-alert-location-created/properties/alert
#/components/schemas/secret-scanning-alert-webhook
This lacks state
state
The schema and example match
This is from
https://github.com/github/rest-api-description/raw/main/descriptions-next/ghes-3.13/ghes-3.13.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Schema Inaccuracy
The example is at
That points to
A snippet of the example
The schema is at
That points to
This lacks
state
Expected
The schema and example match
Reproduction Steps
This is from
The text was updated successfully, but these errors were encountered: