actions-repository-permissions

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled object
allowed_actions object
selected_actions_url object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-actions-repository-permissions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/actions-repository-permissions",
  "title": "actions-repository-permissions",
  "type": "object",
  "properties": {
    "enabled": {
      "$ref": "#/components/schemas/actions-enabled"
    },
    "allowed_actions": {
      "$ref": "#/components/schemas/allowed-actions"
    },
    "selected_actions_url": {
      "$ref": "#/components/schemas/selected-actions-url"
    }
  },
  "required": [
    "enabled"
  ]
}