Discogs · JSON Structure

Discogs Media Condition Structure

MediaCondition schema from Discogs API

Type: string Properties: 0
MusicMarketplaceCatalogCommunityVinylPublic APIs

MediaCondition 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-media-condition-structure.json",
  "name": "MediaCondition",
  "description": "MediaCondition schema from Discogs API",
  "type": "string",
  "enum": [
    "Mint (M)",
    "Near Mint (NM or M-)",
    "Very Good Plus (VG+)",
    "Very Good (VG)",
    "Good Plus (G+)",
    "Good (G)",
    "Fair (F)",
    "Poor (P)"
  ]
}