GitHub · Schema

webhook-check-run-completed-form-encoded

The check_run.completed webhook encoded with URL encoding

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Properties

Name Type Description
payload string A URL-encoded string of the check_run.completed JSON payload. The decoded payload is a JSON object.
View JSON Schema on GitHub

JSON Schema

github-licenses-webhook-check-run-completed-form-encoded-schema.json Raw ↑
{
  "$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"
  ]
}