{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-schema/github-licenses-webhook-check-run-completed-form-encoded-schema.json", "title": "webhook-check-run-completed-form-encoded", "description": "The check_run.completed webhook encoded with URL encoding", "type": "object", "properties": { "payload": { "description": "A URL-encoded string of the check_run.completed JSON payload. The decoded payload is a JSON object.", "type": "string", "example": "example_value" } }, "required": [ "payload" ] }