GitHub · Example Payload

Github Setup Maintenance Status Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Setup Maintenance Status Example is an example object payload from GitHub, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusscheduled_timeconnection_services

Example Payload

Raw ↑
{
  "status": "open",
  "scheduled_time": "2026-04-17T12:00:00Z",
  "connection_services": [
    {
      "name": "octocat",
      "number": 42
    }
  ]
}