{
  "name": "GetGitHubWebhookStatus",
  "plane": "control",
  "terraformEligible": false,
  "subProduct": "runner",
  "protocol": {
    "kind": "cloudJson",
    "target": "CloudDeploy.Runner.GetGitHubWebhookStatus",
    "service": "deploy"
  },
  "requestBody": "typed",
  "responseBody": "typed",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "properties": {
      "deliveryId": {
        "type": "string"
      },
      "githubJobId": {
        "type": "string"
      }
    },
    "required": [
      "deliveryId",
      "githubJobId"
    ],
    "title": "GetGitHubWebhookStatusRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "deliveryId": {
        "type": "string"
      },
      "duplicate": {
        "type": "boolean"
      },
      "githubJobId": {
        "type": "string"
      },
      "status": {
        "type": "string"
      }
    },
    "required": [
      "deliveryId",
      "duplicate",
      "githubJobId",
      "status"
    ],
    "title": "GitHubWebhookStatusResponse",
    "type": "object"
  }
}
