{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/discogs/refs/heads/main/json-structure/discogs-release-format-structure.json", "name": "ReleaseFormat", "description": "ReleaseFormat schema from Discogs API", "type": "object", "properties": { "name": { "type": "string" }, "qty": { "type": "string" }, "text": { "type": "string", "nullable": true }, "descriptions": { "type": "array", "items": { "type": "string" } } } }