Discogs · JSON Structure

Discogs Artist Summary Structure

ArtistSummary schema from Discogs API

Type: object Properties: 7
MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Properties

id name resource_url anv join role tracks

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-artist-summary-structure.json",
  "name": "ArtistSummary",
  "description": "ArtistSummary schema from Discogs API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32"
    },
    "name": {
      "type": "string"
    },
    "resource_url": {
      "type": "uri"
    },
    "anv": {
      "type": "string",
      "nullable": true
    },
    "join": {
      "type": "string",
      "nullable": true
    },
    "role": {
      "type": "string",
      "nullable": true
    },
    "tracks": {
      "type": "string",
      "nullable": true
    }
  }
}