{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-licenses-webhook-check-run-completed-form-encoded-structure.json", "name": "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" ] }