{ "$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" } } }