GitHub Actions · Schema

EnvironmentApproval

Properties

Name Type Description
environments array
state string
comment string
View JSON Schema on GitHub

JSON Schema

github-actions-environment-approval-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EnvironmentApproval",
  "type": "object",
  "properties": {
    "environments": {
      "type": "array"
    },
    "state": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  }
}