GitHub · JSON Structure

Github Gitignore Templates Webhook Check Run Completed Form Encoded Structure

The check_run.completed webhook encoded with URL encoding

Type: object Properties: 1 Required: 1
CodePipelinesPlatformSoftware DevelopmentSource ControlT1

webhook-check-run-completed-form-encoded is a JSON Structure definition published by GitHub, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

payload

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-gitignore-templates-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"
  ]
}