Forgejo · Schema

QuotaUsed

QuotaUsed represents the quota usage of a user

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
size object
View JSON Schema on GitHub

JSON Schema

quotaused.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "QuotaUsed",
  "description": "QuotaUsed represents the quota usage of a user",
  "type": "object",
  "properties": {
    "size": {
      "$ref": "#/definitions/QuotaUsedSize"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}