QuotaGroupList represents a list of quota groups
{ "$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" }