{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "QuotaUsedSizeAssetsAttachments", "description": "QuotaUsedSizeAssetsAttachments represents the size-based attachment quota usage of a user", "type": "object", "properties": { "issues": { "description": "Storage size used for the user's issue & comment attachments", "type": "integer", "format": "int64", "x-go-name": "Issues" }, "releases": { "description": "Storage size used for the user's release attachments", "type": "integer", "format": "int64", "x-go-name": "Releases" } }, "x-go-package": "forgejo.org/modules/structs" }