{ "title": "Forgejo Issue Example", "description": "Issue represents an issue in a repository", "example": { "assets": [ "" ], "assignee": { "active": false, "avatar_url": "string", "created": "2024-01-15T12:00:00Z", "description": "string", "email": "string", "followers_count": 1, "following_count": 1, "full_name": "string", "html_url": "string", "id": 1 }, "assignees": [ "" ], "body": "string", "closed_at": "2024-01-15T12:00:00Z", "comments": 1, "created_at": "2024-01-15T12:00:00Z", "due_date": "2024-01-15T12:00:00Z", "html_url": "string", "id": 1 } }