Forgejo · Schema

QuotaUsedPackageList

QuotaUsedPackageList represents a list of packages counting towards a user's quota

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests
View JSON Schema on GitHub

JSON Schema

quotausedpackagelist.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "QuotaUsedPackageList",
  "description": "QuotaUsedPackageList represents a list of packages counting towards a user's quota",
  "type": "array",
  "items": {
    "$ref": "#/definitions/QuotaUsedPackage"
  },
  "x-go-package": "forgejo.org/modules/structs"
}