Forgejo · Schema

NotificationCount

NotificationCount number of unread notifications

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
new integer
View JSON Schema on GitHub

JSON Schema

notificationcount.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "NotificationCount",
  "description": "NotificationCount number of unread notifications",
  "type": "object",
  "properties": {
    "new": {
      "type": "integer",
      "format": "int64",
      "x-go-name": "New"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}