GitHub Actions · JSON Structure

Github Actions Pending Deployment Structure

Type: object Properties: 5

PendingDeployment is a JSON Structure definition published by GitHub Actions, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

environment wait_timer wait_timer_started_at current_user_can_approve reviewers

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PendingDeployment",
  "type": "object",
  "properties": {
    "environment": {
      "type": "object"
    },
    "wait_timer": {
      "type": "integer"
    },
    "wait_timer_started_at": {
      "type": "string"
    },
    "current_user_can_approve": {
      "type": "boolean"
    },
    "reviewers": {
      "type": "array"
    }
  }
}