{
  "schemaVersion": "kasty.music.delivery.v1",
  "message": {
    "id": "example_delivery_takedown_001",
    "type": "TAKEDOWN",
    "createdAt": "2026-07-18T00: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" },
      "masterAssetRef": "example_asset_master_001"
    }
  ],
  "releases": [
    {
      "ref": "example_release_001",
      "title": "First Light",
      "type": "SINGLE",
      "primaryArtistRef": "example_artist_001",
      "tracks": [
        {
          "recordingRef": "example_recording_001",
          "discNumber": 1,
          "trackNumber": 1,
          "sequence": 1
        }
      ],
      "identifiers": { "upc": "000000000001" },
      "dealRefs": []
    }
  ],
  "assets": [
    {
      "ref": "example_asset_master_001",
      "fileName": "first-light.flac",
      "contentType": "audio/flac",
      "sizeBytes": 29000000,
      "checksumSha256": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
    }
  ],
  "deals": []
}
