Schema Inaccuracy
This is the json ref for the example
#/components/examples/organization-secret-scanning-alert-list/value
The field publicly_leaked doesn't exist in the schema, but exists in the example.
Here's a snippet
143: "push_protection_bypass_request_comment" : "Example comment",
144: "push_protection_bypass_request_html_url" : "https://github.com/owner/repo/secret_scanning_exemptions/1",
145: "resolution_comment" : "Example comment",
146: "validity" : "active",
> 147: "publicly_leaked" : false,
148: "multi_repo" : false,
149: "is_base64_encoded" : false,
150: "first_location_detected" : {
151: "path" : "/example/secrets.txt",
Expected
The schema and example are in sync
Reproduction Steps
I could reproduce this in