{
  "schemaVersion": "kasty.music.delivery.v1",
  "message": {
    "id": "example_delivery_lossy_001",
    "type": "NEW_RELEASE",
    "createdAt": "2026-07-16T00:00:00.000Z"
  },
  "defaults": { "videoUse": { "mode": "DISABLED" } },
  "parties": [
    { "ref": "example_artist_lossy_001", "kind": "PERSON", "displayName": "Example Low Tide" }
  ],
  "recordings": [
    {
      "ref": "example_recording_lossy_001",
      "title": "Delivered As Encoded",
      "artistRefs": ["example_artist_lossy_001"],
      "identifiers": { "isrc": "EXAAA2600003" },
      "masterAssetRef": "example_asset_master_lossy_001"
    }
  ],
  "releases": [
    {
      "ref": "example_release_lossy_001",
      "title": "Delivered As Encoded",
      "type": "SINGLE",
      "primaryArtistRef": "example_artist_lossy_001",
      "coverAssetRef": "example_asset_cover_lossy_001",
      "tracks": [
        {
          "recordingRef": "example_recording_lossy_001",
          "discNumber": 1,
          "trackNumber": 1,
          "sequence": 1
        }
      ],
      "identifiers": { "upc": "000000000003" },
      "dealRefs": ["example_deal_lossy_001"]
    }
  ],
  "assets": [
    {
      "ref": "example_asset_master_lossy_001",
      "fileName": "delivered-as-encoded.mp3",
      "contentType": "audio/mpeg",
      "sizeBytes": 8100000,
      "checksumSha256": "eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
    },
    {
      "ref": "example_asset_cover_lossy_001",
      "fileName": "cover-lossy.jpg",
      "contentType": "image/jpeg",
      "sizeBytes": 720000,
      "checksumSha256": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
    }
  ],
  "deals": [
    {
      "ref": "example_deal_lossy_001",
      "use": "LISTENING",
      "territories": ["WORLDWIDE"],
      "startsAt": null,
      "endsAt": null,
      "recordingRefs": ["example_recording_lossy_001"],
      "releaseRefs": ["example_release_lossy_001"]
    }
  ]
}
