Discogs · JSON Structure

Discogs Search Result Master Structure

SearchResultMaster schema from Discogs API

Type: Properties: 0
MusicMarketplaceCatalogCommunityVinylPublic APIs

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