{ "title": "Forgejo Branch Example", "description": "Branch represents a repository branch", "example": { "commit": { "added": [], "author": "", "committer": "", "id": "string", "message": "string", "modified": [], "removed": [], "timestamp": "2024-01-15T12:00:00Z", "url": "string", "verification": "" }, "effective_branch_protection_name": "string", "enable_status_check": false, "name": "string", "protected": false, "required_approvals": 1, "status_check_contexts": [ "string" ], "user_can_merge": false, "user_can_push": false } }