Forgejo · Schema

QuotaUsedSize

QuotaUsedSize represents the size-based quota usage of a user

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
assets object
git object
repos object
View JSON Schema on GitHub

JSON Schema

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