Discogs · JSON Structure

Discogs Label Summary Structure

LabelSummary schema from Discogs API

Type: object Properties: 5
MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Properties

id name resource_url catno entity_type

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-summary-structure.json",
  "name": "LabelSummary",
  "description": "LabelSummary schema from Discogs API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32"
    },
    "name": {
      "type": "string"
    },
    "resource_url": {
      "type": "uri"
    },
    "catno": {
      "type": "string",
      "nullable": true
    },
    "entity_type": {
      "type": "string",
      "nullable": true
    }
  }
}