{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ActionsDefaultWorkflowPermissions", "type": "object", "properties": { "default_workflow_permissions": { "type": "string" }, "can_approve_pull_request_reviews": { "type": "boolean" } } }