Discogs · JSON Structure

Discogs Identity Structure

Identity schema from Discogs API

Type: object Properties: 4
MusicMarketplaceCatalogCommunityVinylPublic APIs

Identity 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

id username resource_url consumer_name

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-identity-structure.json",
  "name": "Identity",
  "description": "Identity schema from Discogs API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32"
    },
    "username": {
      "type": "string"
    },
    "resource_url": {
      "type": "uri"
    },
    "consumer_name": {
      "type": "string"
    }
  }
}