Discogs · JSON Structure

Discogs Label Release Structure

LabelRelease schema from Discogs API

Type: object Properties: 9
MusicMarketplaceCatalogCommunityVinylPublic APIs

LabelRelease is a JSON Structure definition published by Discogs, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id resource_url thumb artist title format catno status year

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-label-release-structure.json",
  "name": "LabelRelease",
  "description": "LabelRelease schema from Discogs API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32"
    },
    "resource_url": {
      "type": "uri"
    },
    "thumb": {
      "type": "uri"
    },
    "artist": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "format": {
      "type": "string"
    },
    "catno": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "year": {
      "type": "int32"
    }
  }
}