{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/discogs/refs/heads/main/json-structure/discogs-price-suggestions-response-structure.json", "name": "PriceSuggestionsResponse", "description": "Suggested prices for a release across all standard media conditions.", "type": "object", "additionalProperties": { "$ref": "#/components/schemas/PriceSuggestion" } }