Discogs · JSON Structure

Discogs Fee Structure

Calculated Discogs marketplace fee for a transaction.

Type: object Properties: 2
MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Properties

value currency

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-fee-structure.json",
  "name": "Fee",
  "description": "Calculated Discogs marketplace fee for a transaction.",
  "type": "object",
  "properties": {
    "value": {
      "type": "double",
      "example": 0.42
    },
    "currency": {
      "$ref": "#/components/schemas/Currency"
    }
  }
}