7digital · JSON Structure

Api Editorial Item Structure

EditorialItem schema from 7digital API

Type: object Properties: 6
MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

EditorialItem 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

type id name description url image

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-editorial-item-structure.json",
  "name": "EditorialItem",
  "description": "EditorialItem schema from 7digital API",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "feature",
        "banner",
        "slot"
      ],
      "example": "feature"
    },
    "id": {
      "type": "string",
      "example": "editorial-789012"
    },
    "name": {
      "type": "string",
      "example": "New Releases This Week"
    },
    "description": {
      "type": "string",
      "example": "Our pick of the freshest releases this week."
    },
    "url": {
      "type": "uri",
      "example": "https://uk.7digital.com/editorial/new-releases-this-week"
    },
    "image": {
      "type": "uri",
      "example": "https://artwork-cdn.7static.com/static/img/editorial/789012.jpg"
    }
  }
}