Discogs · JSON Structure

Discogs Price Suggestions Response Structure

Suggested prices for a release across all standard media conditions.

Type: object Properties: 0
MusicMarketplaceCatalogCommunityVinylPublic APIs

PriceSuggestionsResponse is a JSON Structure definition published by Discogs. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
  }
}