{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/discogs/refs/heads/main/json-structure/discogs-contribution-structure.json", "name": "Contribution", "description": "A user's contribution to the Discogs database.", "type": "object", "properties": { "pagination": { "$ref": "#/components/schemas/Pagination" }, "contributions": { "type": "array", "items": { "$ref": "#/components/schemas/ReleaseSummary" } } } }