Data for updating a listing.
{ "$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" } ] }