{ "$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" ] }