{ "$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" }