{
  "type": "object",
  "properties": {
    "access_level": {
      "type": "string",
      "description": "Defines the level of access that workflows outside of the repository have to actions and reusable workflows within the\nrepository.\n\n`none` means the access is only possible from workflows in this repository. `user` level access allows sharing across user owned private repositories only. `organization` level access allows sharing across the organization.",
      "enum": [
        "none",
        "user",
        "organization"
      ]
    }
  },
  "required": [
    "access_level"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}