{
  "schemaVersion": "kasty.music.delivery.v1",
  "message": {
    "id": "example_delivery_listening_001",
    "type": "NEW_RELEASE",
    "createdAt": "2026-07-16T00:00:00.000Z"
  },
  "defaults": { "videoUse": { "mode": "DISABLED" } },
  "parties": [
    {
      "ref": "example_artist_001",
      "kind": "ORGANIZATION",
      "displayName": "Example Northern Signal"
    }
  ],
  "recordings": [
    {
      "ref": "example_recording_001",
      "title": "First Light",
      "artistRefs": ["example_artist_001"],
      "identifiers": { "isrc": "EXAAA2600001", "senderRecordingId": "example_track_001" },
      "masterAssetRef": "example_asset_master_001"
    }
  ],
  "releases": [
    {
      "ref": "example_release_001",
      "title": "First Light",
      "type": "SINGLE",
      "primaryArtistRef": "example_artist_001",
      "coverAssetRef": "example_asset_cover_001",
      "tracks": [
        {
          "recordingRef": "example_recording_001",
          "discNumber": 1,
          "trackNumber": 1,
          "sequence": 1
        }
      ],
      "identifiers": { "upc": "000000000001" },
      "labelName": "Example Records",
      "releaseDate": "2026-07-16",
      "dealRefs": ["example_deal_001"]
    }
  ],
  "assets": [
    {
      "ref": "example_asset_master_001",
      "fileName": "first-light.flac",
      "contentType": "audio/flac",
      "sizeBytes": 29000000,
      "checksumSha256": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
    },
    {
      "ref": "example_asset_cover_001",
      "fileName": "cover.jpg",
      "contentType": "image/jpeg",
      "sizeBytes": 1200000,
      "checksumSha256": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
    }
  ],
  "deals": [
    {
      "ref": "example_deal_001",
      "use": "LISTENING",
      "territories": ["WORLDWIDE"],
      "startsAt": null,
      "endsAt": null,
      "recordingRefs": ["example_recording_001"],
      "releaseRefs": ["example_release_001"]
    }
  ]
}
