{
  "standard": {
    "id": "org.openreleasepacket",
    "name": "Open Release Packet",
    "version": "0.1.0",
    "status": "draft"
  },
  "packet": {
    "id": "orp_example_single_20260611000000",
    "source": "chosen_masters",
    "generatedAt": "2026-06-11T00:00:00.000Z",
    "schemaUrl": "/schemas/open-release-packet/v0.1.schema.json",
    "deliveryEnabled": false,
    "deliveryStatus": "portable_packet_only"
  },
  "release": {
    "openReleaseId": "orprel_example_single",
    "title": "Example Single",
    "primaryArtistName": "Independent Artist",
    "labelName": "Independent",
    "releaseType": "single",
    "releaseDate": "2026-07-15T00:00:00.000Z",
    "originalReleaseDate": "",
    "genre": "Hip-Hop",
    "subgenre": "",
    "language": "en",
    "identifiers": {
      "openReleaseId": "orprel_example_single",
      "upc": "",
      "needsUpc": true,
      "upcRegistrationStatus": "needs_assignment",
      "upcRegistrationProvider": ""
    },
    "copyright": {
      "copyrightLine": "(C) 2026 Independent Artist",
      "phonographicCopyrightLine": "(P) 2026 Independent Artist",
      "copyrightYear": "2026",
      "phonographicCopyrightYear": "2026",
      "copyrightOwner": "Independent Artist",
      "phonographicCopyrightOwner": "Independent Artist"
    },
    "notes": "Example packet for Open Release Packet v0.1."
  },
  "tracks": [
    {
      "sequenceNumber": 1,
      "songId": "chosenmasters-song-id",
      "openRecordingId": "orprec_example_song",
      "title": "Example Song",
      "version": "",
      "artistName": "Independent Artist",
      "identifiers": {
        "openRecordingId": "orprec_example_song",
        "isrc": "",
        "needsIsrc": true,
        "isrcRegistrationStatus": "needs_assignment",
        "isrcRegistrationProvider": "",
        "iswc": "",
        "needsIswc": true
      },
      "composition": {
        "title": "Example Song",
        "registrationStatus": "needs_work_data",
        "mechanicalRegistrationStatus": "needs_work_data"
      },
      "explicit": false,
      "duration": "00:03:12",
      "audioUrl": "https://example.com/audio/example-song.wav",
      "recordingYear": "2026",
      "audioFormat": "WAV",
      "sampleRate": "44.1 kHz",
      "bitDepth": "24-bit",
      "lyricsLanguage": "en",
      "instrumental": false,
      "previewStartSeconds": "",
      "audioAnalysis": {
        "status": "analyzed",
        "algorithm": "chosen_waveform_v1",
        "sourceSha256": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
        "fingerprintHash": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
        "waveformPeaks": [120, 180, 240, 160],
        "peakCount": 4,
        "durationSeconds": 192,
        "sampleRate": 44100,
        "channels": 2,
        "analyzedAt": "2026-06-11T00:00:00.000Z",
        "duplicateCheck": {
          "status": "clear",
          "checkedAt": "2026-06-11T00:00:00.000Z",
          "candidateCount": 0,
          "candidates": [],
          "reviewStatus": "unreviewed",
          "reviewedAt": "",
          "reviewedBy": "",
          "reviewNotes": ""
        }
      },
      "stemEvidence": {
        "enabled": false,
        "status": "not_provided",
        "archiveUrl": "",
        "sourceSha256": "",
        "storageKey": "",
        "fileName": "",
        "fileSize": "",
        "contentType": "",
        "uploadedAt": "",
        "notes": ""
      },
      "contributors": [
        {
          "name": "Independent Artist",
          "role": "writer, performer, producer",
          "ipi": "",
          "pro": "",
          "share": 100,
          "email": "artist@example.com"
        }
      ],
      "splits": [
        {
          "name": "Independent Artist",
          "role": "master owner",
          "ipi": "",
          "pro": "",
          "share": 100,
          "email": "artist@example.com"
        }
      ],
      "notes": ""
    }
  ],
  "contributors": [
    {
      "name": "Independent Artist",
      "role": "primary artist",
      "ipi": "",
      "pro": "",
      "share": 100,
      "email": "artist@example.com"
    }
  ],
  "rights": {
    "copyrightLine": "(C) 2026 Independent Artist",
    "phonographicCopyrightLine": "(P) 2026 Independent Artist",
    "masterRightsOwner": "Independent Artist",
    "publishingRightsOwner": "Independent Artist",
    "copyrightOwner": "Independent Artist",
    "phonographicCopyrightOwner": "Independent Artist",
    "publicDomain": false,
    "clearances": {
      "containsSamples": false,
      "sampleClearanceStatus": "not_applicable",
      "coverSong": false,
      "coverSongLicenseStatus": "not_applicable"
    },
    "releaseContributors": [
      {
        "name": "Independent Artist",
        "role": "primary artist",
        "ipi": "",
        "pro": "",
        "share": 100,
        "email": "artist@example.com"
      }
    ],
    "trackSplits": [
      {
        "sequenceNumber": 1,
        "title": "Example Song",
        "splits": [
          {
            "name": "Independent Artist",
            "role": "master owner",
            "ipi": "",
            "pro": "",
            "share": 100,
            "email": "artist@example.com"
          }
        ]
      }
    ]
  },
  "officialRegistration": {
    "release": {
      "upc": "",
      "status": "needs_assignment",
      "provider": "",
      "needsAssignment": true
    },
    "recordings": [
      {
        "sequenceNumber": 1,
        "title": "Example Song",
        "openRecordingId": "orprec_example_song",
        "isrc": "",
        "status": "needs_assignment",
        "provider": "",
        "needsAssignment": true
      }
    ],
    "compositions": [
      {
        "sequenceNumber": 1,
        "title": "Example Song",
        "iswc": "",
        "needsIswc": true,
        "compositionRegistrationStatus": "needs_work_data",
        "mechanicalRegistrationStatus": "needs_work_data"
      }
    ],
    "boundary": "Open Release Packet records official registration status and assignment requests. It does not itself issue an official ISRC, UPC, ISWC, copyright registration, or society registration unless an authorized issuer/registry integration is configured."
  },
  "openIdentifiers": {
    "releaseId": "orprel_example_single",
    "recordingIds": [
      {
        "sequenceNumber": 1,
        "title": "Example Song",
        "openRecordingId": "orprec_example_song"
      }
    ],
    "boundary": "Open identifiers are artist-owned portable packet identifiers. They are not substitutes for official ISRC, UPC, ISWC, or society registration codes in systems that require those official identifiers."
  },
  "assets": {
    "coverArt": {
      "url": "https://example.com/art/example-cover.jpg",
      "embeddedDataUri": "",
      "sourceType": "url",
      "requiresPermanentUri": false,
      "assetType": "cover_art"
    },
    "audio": [
      {
        "sequenceNumber": 1,
        "title": "Example Song",
        "url": "https://example.com/audio/example-song.wav",
        "songId": "chosenmasters-song-id",
        "assetType": "audio_master",
        "technical": {
          "audioFormat": "WAV",
          "sampleRate": "44.1 kHz",
          "bitDepth": "24-bit",
          "duration": "00:03:12"
        },
        "analysis": {
          "status": "analyzed",
          "algorithm": "chosen_waveform_v1",
          "sourceSha256": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
          "fingerprintHash": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
          "waveformPeaks": [120, 180, 240, 160],
          "peakCount": 4,
          "durationSeconds": 192,
          "sampleRate": 44100,
          "channels": 2,
          "analyzedAt": "2026-06-11T00:00:00.000Z",
          "duplicateCheck": {
            "status": "clear",
            "checkedAt": "2026-06-11T00:00:00.000Z",
            "candidateCount": 0,
            "candidates": [],
            "reviewStatus": "unreviewed",
            "reviewedAt": "",
            "reviewedBy": "",
            "reviewNotes": ""
          }
        },
        "stemEvidence": {
          "enabled": false,
          "status": "not_provided",
          "archiveUrl": "",
          "sourceSha256": "",
          "storageKey": "",
          "fileName": "",
          "fileSize": "",
          "contentType": "",
          "uploadedAt": "",
          "notes": ""
        }
      }
    ]
  },
  "targets": {
    "platforms": [
      "spotify",
      "apple_music",
      "youtube_music"
    ],
    "availability": {
      "mode": "worldwide",
      "territories": [],
      "excludedTerritories": []
    },
    "deliveryIntent": "candidate_targets_only",
    "deliveryEnabled": false
  },
  "registry": {
    "visibility": "private",
    "status": "not_published",
    "slug": "",
    "publishedAt": "",
    "searchable": false,
    "publicNotes": "",
    "boundary": "Public registry visibility is opt-in. Search indexes should expose release identity and status, not raw waveform peaks, stem URLs, or private duplicate candidates unless the artist explicitly publishes them."
  },
  "extensions": {
    "nft": {
      "enabled": true,
      "mintStatus": "planned",
      "chain": "Base",
      "contractStandard": "erc1155",
      "identifiers": {
        "contractAddress": "",
        "tokenId": ""
      },
      "uris": {
        "tokenUri": "",
        "metadataUri": "ipfs://example-release-metadata",
        "marketplaceUrl": ""
      },
      "edition": {
        "count": 100
      },
      "royalty": {
        "bps": 500,
        "recipient": "artist.eth"
      },
      "unlockableContent": "Collectors receive a private download, stems, and early access to the next release.",
      "notes": "Example NFT extension only. This packet does not mint or transfer a token.",
      "boundary": "This extension records NFT or collectible linkage only. It does not mint, transfer, verify ownership, or replace a smart contract audit."
    }
  },
  "portability": {
    "artistOwned": true,
    "lockInPolicy": "The release packet is exportable JSON that can be handed to a distributor, delivery partner, archive, rights admin, or future DDEX converter.",
    "adapterStatus": {
      "manualReview": "supported",
      "chosenMastersDirectSales": "planned",
      "humanReadableBundle": "supported",
      "soundExchangeIsrc": "authorized_channel_required",
      "gs1Upc": "external_assignment_required",
      "mlcWorkRegistration": "export_planned",
      "ddexErn": "not_generated_in_v0_1",
      "distributorApi": "not_configured",
      "dspDelivery": "not_configured"
    }
  },
  "validation": {
    "readyForReview": true,
    "blocking": [],
    "warnings": [],
    "summary": "Example packet is structurally complete."
  }
}
