Discogs · JSON Structure

Discogs Currency Structure

Currency schema from Discogs API

Type: string Properties: 0
MusicMarketplaceCatalogCommunityVinylPublic APIs

Currency 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-currency-structure.json",
  "name": "Currency",
  "description": "Currency schema from Discogs API",
  "type": "string",
  "enum": [
    "USD",
    "GBP",
    "EUR",
    "CAD",
    "AUD",
    "JPY",
    "CHF",
    "MXN",
    "BRL",
    "NZD",
    "SEK",
    "ZAR"
  ]
}