The check_run.rerequested webhook encoded with URL encoding
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/webhook-check-run-rerequested-form-encoded", "title": "Check Run Re-Requested Event", "description": "The check_run.rerequested webhook encoded with URL encoding", "type": "object", "properties": { "payload": { "description": "A URL-encoded string of the check_run.rerequested JSON payload. The decoded payload is a JSON object.", "type": "string" } }, "required": [ "payload" ] }