7digital · JSON Structure

Api Editorial Response Structure

EditorialResponse schema from 7digital API

Type: object Properties: 2
MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

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

Properties

status editorial

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-response-structure.json",
  "name": "EditorialResponse",
  "description": "EditorialResponse schema from 7digital API",
  "properties": {
    "status": {
      "type": "string",
      "example": "ok"
    },
    "editorial": {
      "type": "object",
      "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"
        }
      }
    }
  }
}