GitHub Actions · JSON Structure

Github Actions Actions Organization Permissions Structure

Type: object Properties: 4

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

Properties

enabled_repositories selected_repositories_url allowed_actions selected_actions_url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ActionsOrganizationPermissions",
  "type": "object",
  "properties": {
    "enabled_repositories": {
      "type": "string"
    },
    "selected_repositories_url": {
      "type": "string"
    },
    "allowed_actions": {
      "type": "string"
    },
    "selected_actions_url": {
      "type": "string"
    }
  }
}