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