Discogs · Schema

ListingUpdate

Data for updating a listing.

MusicMarketplaceCatalogCommunityVinylPublic APIs
View JSON Schema on GitHub

JSON Schema

discogs-listing-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/discogs/refs/heads/main/json-schema/discogs-listing-update-schema.json",
  "title": "ListingUpdate",
  "description": "Data for updating a listing.",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/ListingNew"
    }
  ]
}