{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/allowed-actions",
"title": "allowed-actions",
"type": "string",
"description": "The permissions policy that controls the actions that are allowed to run.",
"enum": [
"all",
"local_only",
"selected"
]
}