Discogs · JSON Structure

Discogs Search Result Artist Structure

SearchResultArtist schema from Discogs API

Type: Properties: 0
MusicMarketplaceCatalogCommunityVinylPublic APIs

SearchResultArtist 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-search-result-artist-structure.json",
  "name": "SearchResultArtist",
  "description": "SearchResultArtist schema from Discogs API",
  "allOf": [
    {
      "$ref": "#/components/schemas/SearchResultRelease"
    },
    {
      "type": "object",
      "properties": {
        "type": {
          "enum": [
            "artist"
          ]
        }
      }
    }
  ]
}