Forgejo · Schema

QuotaGroupList

QuotaGroupList represents a list of quota groups

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

JSON Schema

quotagrouplist.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "QuotaGroupList",
  "description": "QuotaGroupList represents a list of quota groups",
  "type": "array",
  "items": {
    "$ref": "#/definitions/QuotaGroup"
  },
  "x-go-package": "forgejo.org/modules/structs"
}