Discogs · JSON Structure

Discogs Listing Update Structure

Data for updating a listing.

Type: object Properties: 0
MusicMarketplaceCatalogCommunityVinylPublic APIs

ListingUpdate 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-listing-update-structure.json",
  "name": "ListingUpdate",
  "description": "Data for updating a listing.",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/ListingNew"
    }
  ]
}