Discogs · JSON Structure

Discogs Price Suggestion Structure

Suggested marketplace price for a release at a given media condition.

Type: object Properties: 2
MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Properties

currency value

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-suggestion-structure.json",
  "name": "PriceSuggestion",
  "description": "Suggested marketplace price for a release at a given media condition.",
  "type": "object",
  "properties": {
    "currency": {
      "$ref": "#/components/schemas/Currency"
    },
    "value": {
      "type": "double",
      "example": 19.99
    }
  }
}