Discogs · JSON Structure

Discogs Identifier Structure

Identifier schema from Discogs API

Type: object Properties: 3
MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Properties

type value description

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-identifier-structure.json",
  "name": "Identifier",
  "description": "Identifier schema from Discogs API",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "value": {
      "type": "string",
      "nullable": true
    },
    "description": {
      "type": "string",
      "nullable": true
    }
  }
}