Discogs · JSON Structure

Discogs Release Format Structure

ReleaseFormat schema from Discogs API

Type: object Properties: 4
MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Properties

name qty text descriptions

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-release-format-structure.json",
  "name": "ReleaseFormat",
  "description": "ReleaseFormat schema from Discogs API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "qty": {
      "type": "string"
    },
    "text": {
      "type": "string",
      "nullable": true
    },
    "descriptions": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}