{
  "schemaVersion": "kasty.music.delivery.v1",
  "message": {
    "id": "example_delivery_clip_001",
    "type": "NEW_RELEASE",
    "createdAt": "2026-07-16T00:00:00.000Z"
  },
  "rightsDeclaration": {
    "version": "KASTY_PARTNER_DELIVERY_RIGHTS_V1",
    "catalogAccountPublicId": "example_catalog_public",
    "senderPublicId": "example_sender_public",
    "messageId": "example_delivery_clip_001",
    "manifestSha256": "23df27c42d8a8f302c12d18bef9073423b41bf6efbb78193b617f08f5f567173",
    "rights": {
      "soundRecordingAndMaster": true,
      "compositionAndLyrics": true,
      "performersProducersAndNeighboringRights": true,
      "artworkAndMetadata": true,
      "distributionTerritories": true,
      "videoUseAuthorized": true,
      "commercialVideoUseAuthorized": false
    }
  },
  "parties": [
    {
      "ref": "example_artist_clip_001",
      "kind": "PERSON",
      "displayName": "Example Mira Vale"
    }
  ],
  "recordings": [
    {
      "ref": "example_recording_clip_001",
      "title": "Parallel Lines",
      "artistRefs": ["example_artist_clip_001"],
      "identifiers": { "isrc": "EXAAA2600002" },
      "masterAssetRef": "example_asset_master_clip_001",
      "videoUse": { "mode": "CLIP", "startMs": 31000, "durationMs": 20000 }
    }
  ],
  "releases": [
    {
      "ref": "example_release_clip_001",
      "title": "Parallel Lines",
      "type": "SINGLE",
      "primaryArtistRef": "example_artist_clip_001",
      "coverAssetRef": "example_asset_cover_clip_001",
      "tracks": [
        {
          "recordingRef": "example_recording_clip_001",
          "discNumber": 1,
          "trackNumber": 1,
          "sequence": 1
        }
      ],
      "identifiers": { "upc": "000000000002" },
      "dealRefs": ["example_deal_clip_001"]
    }
  ],
  "assets": [
    {
      "ref": "example_asset_master_clip_001",
      "fileName": "parallel-lines.wav",
      "contentType": "audio/wav",
      "sizeBytes": 48000000,
      "checksumSha256": "cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
    },
    {
      "ref": "example_asset_cover_clip_001",
      "fileName": "parallel-lines.jpg",
      "contentType": "image/jpeg",
      "sizeBytes": 900000,
      "checksumSha256": "dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd"
    }
  ],
  "deals": [
    {
      "ref": "example_deal_clip_001",
      "use": "LISTENING",
      "territories": ["WORLDWIDE"],
      "startsAt": null,
      "endsAt": null,
      "recordingRefs": ["example_recording_clip_001"],
      "releaseRefs": ["example_release_clip_001"]
    }
  ]
}
