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