GitHub Actions · Schema
PendingDeployment
Properties
| Name | Type | Description |
|---|---|---|
| environment | object | |
| wait_timer | integer | |
| wait_timer_started_at | string | |
| current_user_can_approve | boolean | |
| reviewers | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "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"
}
}
}