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