{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/discogs/refs/heads/main/json-structure/discogs-collection-release-structure.json", "name": "CollectionRelease", "description": "CollectionRelease schema from Discogs API", "type": "object", "properties": { "id": { "type": "int32" }, "instance_id": { "type": "int32" }, "folder_id": { "type": "int32" }, "rating": { "type": "int32" }, "date_added": { "type": "datetime" }, "basic_information": { "$ref": "#/components/schemas/ReleaseSummary" } } }