7digital · JSON Structure

Api Artist Structure

A 7digital artist.

Type: object Properties: 6
MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Artist is a JSON Structure definition published by 7digital, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name url image sortName appearsAs

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/7digital/refs/heads/main/json-structure/api-artist-structure.json",
  "name": "Artist",
  "description": "A 7digital artist.",
  "properties": {
    "id": {
      "type": "string",
      "description": "7digital artist id.",
      "example": "12345"
    },
    "name": {
      "type": "string",
      "description": "Artist name.",
      "example": "The Beatles"
    },
    "url": {
      "type": "uri",
      "description": "Artist page URL on 7digital.",
      "example": "https://uk.7digital.com/artist/the-beatles"
    },
    "image": {
      "type": "uri",
      "description": "Artist image URL.",
      "example": "https://artwork-cdn.7static.com/static/img/artistimages/00/000/012/0000001234_350.jpg"
    },
    "sortName": {
      "type": "string",
      "description": "Sort form of the artist name.",
      "example": "Beatles, The"
    },
    "appearsAs": {
      "type": "string",
      "description": "Alternative spellings under which the artist appears.",
      "example": "Beatles, The"
    }
  }
}