diff --git a/IMPLEMENTATION_STATUS.md b/IMPLEMENTATION_STATUS.md
index 5ac6284..4da4278 100644
--- a/IMPLEMENTATION_STATUS.md
+++ b/IMPLEMENTATION_STATUS.md
@@ -1,6 +1,8 @@
# Thinkloom implementation status
-Status date: 2026-07-18
+Status date: 2026-07-19
+
+Release convention: provenance Milestone N maps to application version `0.5.N`; this progression is assumed for subsequent milestones unless explicitly overridden.
## Completed locally
@@ -13,6 +15,17 @@ Status date: 2026-07-18
- M7 export/backup/evidence: Markdown, HTML, PDF, text, backup ZIP, evidence ZIP, sanitization disclosure, hashes, manifest, atomic finalization, and strict ZIP import validation.
- Provenance Stage 2 contract (v0.3.0): 38 JSON Schema Draft 2020-12 schemas, valid/invalid fixture suites, canonical JSON and JSONL vectors, event-chain vectors, protected-record/key-rotation vectors, retention-policy vectors, and a formal release-files Merkle construction.
- Canonical assertion envelopes (v0.4.0): immutable provenance assertions, point-in-time evaluations, six semantic registries, independent confidence dimensions, evidence classes, stable reason codes, and deterministic dependency-invalidation vectors.
+- HARP/CPL normative amendment (v0.5.1): one unambiguous CPL ledger meaning; exact-deposit, non-authoritative HARP projection; integrity-only cryptographic claims; contribution-dimension separation; explicit user approval; U.S. literary Standard Application policy profile; HARP staleness; prohibited UI claims; and the v0.5.x preview-project boundary.
+- Composition/HARP schema extension (v0.5.2): seven additive schemas, eight independent semantic registries, exhaustive valid/invalid fixtures, deterministic contribution-map and exact-deposit HARP vectors, self-digest identities, staleness checks, v0.4 assertion compatibility, and declared v0.6.0 schema compatibility.
+- Native CPL service (v0.5.3): modular Rust provenance boundary; NFC plus RFC 8785-compatible canonicalization; prefixed sortable IDs; exact millisecond timestamps; OS-level exclusive writer locks; stable action idempotency; durable SQLite intents; same-filesystem immutable-record staging; active and sealed ledger segments; chain-head recovery and quarantine; rebuildable indexes; structured native verification reports; and deterministic crash injection across record, ledger, head, SQLite, and rotation boundaries.
+- Conforming project boundary (v0.5.4): exact CPL 1.0 marker; formal project manifest; conforming `records/`, segmented `provenance/ledger/`, `reports/`, and `.app/` layout; inspection-before-recovery classification; verified-only editable activation; read-only legacy refusal; Show Project Folder; byte-preserving preservation archives; and explicit legacy backup-import rejection.
+- Phase 1 CPL routing (v0.5.5): typed native commands and operation-specific immutable records for turns, assistant responses, sessions, context, ideas, drafting-paper changes, distillation, external material, voice transcription, and provider lifecycle; request-before-I/O ordering; response/failure capture; writer-lock-free provider I/O; and deterministic UI reconstruction from canonical records and ledger events.
+- Manuscript composition and lineage (v0.5.6): instrumented TipTap transaction capture at meaningful boundaries; typed origins for direct human, transcription, AI, paste/import, restoration, and unattested expression; shared drafting/finalization path; Unicode-scalar lineage preserving AI preimages through human revision; invocation-bound partial AI dispositions; writer-lock-atomic preimage validation; and deterministic manuscript/span replay from canonical composition records.
+- Contribution-map projection (v0.5.7): exact frozen Markdown deposits; deterministic bytewise span normalization and structural splitting; complete non-overlapping Unicode-scalar coverage; stable ancestry through split/merge; chapter, paragraph, and fixed-layout page locators; independent inclusion/selection/arrangement assertions with current evaluations; explicit stale, degraded, unverified, and unattested boundaries; and coverage wording that cannot be presented as a human-authorship percentage.
+- Deterministic HARP generation (v0.5.8): explicit approval recorded before generation; canonical exact-deposit HARP and manifest records; one-page summary, visual contribution map, representative transformations, AI-system disclosure, coverage/limitations, suggested registration language, verification material, and supporting archive manifest; shared report metadata; sanitization-aware excerpts; idempotent regeneration; and deterministic manuscript, deposit, policy, assertion, dependency, approval, and verification staleness.
+- HARP/CPL user interfaces (v0.5.9): native verification and composition timeline; immutable-record inspection; final-expression lineage; assertion/evaluation detail; explicit exact, degraded, stale, and unverified boundaries; HARP statement-to-record traces; seven-step preparation wizard; evidence/declaration/derived/suggested/legal category separation; stale resolution and non-exact acceptance gates; archive selection; and resettable explicit generation approval.
+- HARP export, privacy, and security (v0.5.10): separate registration worksheet, human-readable HARP, canonical machine HARP, exact deposit copy, sanitized archive, and full-private archive; current-HARP and exact-deposit gates; allowlisted sanitized content; user-selected identity redaction; seven HARP-specific omission categories with per-disclosure and aggregate hashes; retained-file and source-binding verification; explicit selective-completeness scope; non-mutating CPL export; and private-archive warnings.
+- Verification matrix and release safety (v0.5.11): executable coverage for every required schema, canonicalization, concurrency, crash-recovery, rotation, composition-lineage, voice, staleness, Unicode, native/frontend consistency, sanitized disclosure, and prohibited-wording scenario; origin-preserving selection/arrangement; authoritative release blocking for incomplete, failed, or unsafe verification; and packaged Windows executable/MSI/NSIS launch verification.
- Product surface: Sites, Next, Vinext, Cloudflare, and browser-companion code and configuration have been removed. Tauri is the sole application target.
## External release gates
@@ -28,8 +41,6 @@ These items cannot be honestly certified from this workspace alone and need proj
## Remaining hardening
-- Replace the current MVP provenance persistence path with the approved [Thinkloom 1.0 Stage 1 normative provenance subsystem](docs/provenance/README.md). The specification and formal schemas/fixtures are complete; native implementation and fault-injection conformance remain future stages.
-
- Run microphone/VAD/transcription integration tests once the approved model assets are supplied.
- Run signed clean-install, upgrade, downgrade-warning, and uninstall tests on each release platform.
- Run full 20,000-word interaction and fault-injection profiling on packaged release hardware.
diff --git a/PROMPTS.md b/PROMPTS.md
index 4ef2972..0dfbcd4 100644
--- a/PROMPTS.md
+++ b/PROMPTS.md
@@ -1,6 +1,6 @@
# Thinkloom prompt configuration
-Thinkloom 0.5.0 exposes every instruction sent to a language model as editable JSON. The desktop app creates a prompts folder in its operating-system configuration directory and shows its exact path under Settings → Prompt configuration. Use Open prompt folder to open it.
+Thinkloom 0.5.11 exposes every instruction sent to a language model as editable JSON. The desktop app creates a prompts folder in its operating-system configuration directory and shows its exact path under Settings → Prompt configuration. Use Open prompt folder to open it.
Prompt files are loaded immediately before every model request. Save a valid edit, then make the next request; no restart or rebuild is required. Thinkloom preserves existing prompt instructions. When a release introduces a required prompt field, it adds only the missing field and wraps legacy conversation instructions with the new modular context variables.
diff --git a/README.md b/README.md
index be7ed6a..3bda04c 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ cargo test
Judges should not need to rebuild Thinkloom. A public Windows x64 installer release will be linked from [JUDGING.md](JUDGING.md) before submission. No Thinkloom account is required. The included sample project demonstrates the primary workflow without credentials; live model requests additionally require a local Ollama instance or an entrant-supplied OpenAI/OpenAI-compatible credential.
## Project storage
-A Thinkloom project is self-contained. Canonical files live under `manuscript/`, `ideas/`, `conversations/`, `provenance/`, and `style/`. Live SQLite state and rotating snapshots are under `.thinkloom/` and are excluded from the project's hidden Git history. Audio retention is always false; no audio file extension is created by the native service.
+A Thinkloom project is self-contained. Canonical publication files live under `manuscript/`, `ideas/`, `conversations/`, and `style/`; immutable native records and segmented ledger evidence live under `records/` and `provenance/ledger/`. Live SQLite state, rotating snapshots, writer locks, same-filesystem staging, and recovery quarantine live under `.app/`, which is excluded from the project's hidden Git history. Audio retention is always false; no audio file extension is created by the native service.
## Prompt configuration
@@ -89,9 +89,9 @@ See [PROMPTS.md](PROMPTS.md) for each file's effect, variables, editing workflow
## Provenance architecture
-The approved Thinkloom 1.0 provenance architecture is documented in the [Stage 1 normative provenance specification](docs/provenance/README.md). It defines the future single-writer subsystem, canonical records, segmented ledger, recovery protocol, retention policy, native verification, and release bindings.
+The Thinkloom 0.5.11 [provenance package](docs/provenance/README.md) combines the 0.5.1 normative HARP/CPL amendment, the additive 0.5.2 composition/HARP schemas, the 0.5.3 modular native CPL service, the 0.5.4 conforming project boundary, the 0.5.5 typed Phase 1 route, the 0.5.6 manuscript composition-lineage route, the 0.5.7 frozen-deposit contribution-map projection, the 0.5.8 deterministic HARP generator, the 0.5.9 connected HARP/CPL user interfaces, the 0.5.10 export/privacy/security boundary, and the 0.5.11 executable verification matrix and release gate.
-Thinkloom 0.5.0 extends the formal Stage 2 package with canonical provenance assertions, point-in-time evaluations, versioned semantic registries, and deterministic invalidation vectors. The current native provenance writer must not be represented as conforming until the later implementation and fault-injection stages are complete.
+Thinkloom 0.5.11 retains the six distinct 0.5.10 HARP artifacts and adds an executable verification matrix, origin-preserving selection/arrangement behavior, prohibited score/legal-claim scans, a native release-finalization gate, and a packaged Windows launch/installer gate. Sanitized output is allowlisted, supports user-selected identity redaction, discloses and hashes every required omission class, and verifies retained file hashes plus CPL/HARP/deposit bindings as a `selective_disclosed_subset`. It never claims completeness, a human-authorship percentage, or a legal determination. Export does not advance or rewrite the CPL chain. The 0.5.4 `thinkloom-cpl` boundary remains unchanged: unmarked v0.5.x projects are read-only previews and are never converted, regenerated, verified as CPL, or used to generate HARP.
## Provider setup
diff --git a/docs/provenance/COMPLETION-CHECKLIST.md b/docs/provenance/COMPLETION-CHECKLIST.md
index 322f302..f172315 100644
--- a/docs/provenance/COMPLETION-CHECKLIST.md
+++ b/docs/provenance/COMPLETION-CHECKLIST.md
@@ -2,6 +2,8 @@
Status: **Normative traceability and handoff gate**
+Document release: **Thinkloom 0.5.1**
+
Stage 1 is complete only when every item below is represented without contradiction in the normative specification and state-machine companion. This checklist also defines the minimum Stage 2 and later implementation test handoff.
## 1. Normative specification gate
@@ -9,6 +11,16 @@ Stage 1 is complete only when every item below is represented without contradict
| Requirement | Normative location | Status |
|---|---|---|
| Correct tamper-evident claim and trust limitation | Specification §§3, 26 | Complete |
+| CPL is the product name for the one canonical ledger, not a second ledger | Specification §3.1 | Complete |
+| HARP is a non-authoritative reproducible projection bound to one exact deposit | Specification §§3.1, 15.2–15.4 | Complete |
+| Cryptographic verification is limited to integrity, not identity or authorship | Specification §§3, 15.4 | Complete |
+| Product and UI terms have one normative meaning | Specification §§3.1–3.2 | Complete |
+| Copyrightability, originality, ownership, and authorship conclusions are prohibited | Specification §§3.1–3.2, 15.3 | Complete |
+| Recorded origin, transformation, selection/arrangement, evaluation, and suggested treatment remain independent | Specification §§3.1, 10, 15.3 | Complete |
+| Deposit digest, revision, and stable segment ID outrank derived page locators | Specification §15.2 | Complete |
+| Post-deposit editing makes current-work HARP applicability stale without falsifying historical integrity | Specification §15.2; State Machines §12 | Complete |
+| Suggested registration language is editable and explicitly approved | Specification §15.3; State Machines §12 | Complete |
+| Initial U.S. literary-work Standard Application policy profile | Specification §15.5 | Complete |
| Authority hierarchy | Specification §4 | Complete |
| Self-contained repository boundaries | Specification §5 | Complete |
| Stable IDs and contiguous event sequences | Specification §6 | Complete |
@@ -50,7 +62,7 @@ Stage 1 is complete only when every item below is represented without contradict
| Pre-durable-write secret filtering | Specification §21 | Complete |
| No audio retention | Specification §21 | Complete |
| Sanitization versus emergency purge | Specification §22; State Machines §10 | Complete |
-| Explicit legacy preview-project policy | Specification §23 | Complete |
+| Explicit v0.5.x preview-project and CPL-marker boundary | Specification §23; State Machines §11 | Complete |
| Stage 2 formal schema inventory | Specification §24 | Complete |
| Migration deferred until after 1.0.0 | Specification §§23–24, 26 | Complete |
@@ -79,9 +91,15 @@ Required outputs:
- Versioned assertion lifecycle, reason-code, confidence-dimension, evidence-class, and boundary-kind registries.
- Assertion self-digest, dependency invalidation, superseding evaluation, and consumer-decision vectors.
- Invalid fixtures proving unknown provenance, generation, compatibility, or confidence cannot validate as exact.
+- Additive composition schemas for composition operations, expression segments, contribution maps, deposit snapshots, registration policy profiles, human-authorship records, and HARP export manifests.
+- Versioned registries for composition-operation kinds, recorded-origin kinds, transformation relationships, contribution-map layers, suggested registration treatment, HARP limitation/explanation codes, and composition assertion predicates.
+- Fixtures proving unknown identity, origin, generation, or lineage cannot validate as an exact HARP classification.
+- Compatibility declarations preserve existing v0.4 assertion semantics and identify the v0.6 runtime target; project-format conformance requires the exact marker introduced by Milestone 4 / 0.5.4.
Stage 2 must preserve the distinction between the provenance schema version and the Thinkloom application version.
+Thinkloom 0.5.2 fulfills this Stage 2 handoff with 47 schemas, 14 registries, exhaustive schema fixtures, and deterministic composition, contribution-map, deposit, HARP, staleness, and export-manifest vectors. This is schema-package completion only; CPL runtime conformance remains targeted to Thinkloom 0.6.0.
+
## 3. Durable-boundary fault-injection matrix
The native implementation and test harness MUST support deterministic termination or injected failure after:
@@ -122,6 +140,8 @@ For each boundary, tests MUST prove one of:
4. Recovery quarantines it without presenting false success.
5. Authoritative contradiction is reported and editing remains blocked.
+Thinkloom 0.5.3 fulfills the native CPL writer subset of this matrix through immutable-record durability, ledger append, chain-head advancement, SQLite application, idempotent completion, and segment rotation. Git checkpoint, release, backup, and import-specific injection points remain assigned to their later implementation milestones.
+
## 4. Concurrency and idempotency tests
- Hundreds of concurrent frontend commands serialize without event loss or sequence gaps.
@@ -183,6 +203,18 @@ For each boundary, tests MUST prove one of:
- Digest and generation changes deterministically invalidate dependent evaluations
- Later evaluations supersede current usability without mutating earlier assertion or evaluation records
- Derived projections never synthesize exact without an authoritative exact evaluation
+- Complete, ordered, non-overlapping contribution-map coverage for complex Unicode
+- Recorded origin remains independent of transformation and selection/arrangement overlays
+- Paste/import never defaults to recorded direct human input
+- Human revision of accepted AI output retains the AI preimage and later human operations
+- Coverage statements name their denominator and never express a human or AI percentage
+- Page locators change only with an identified layout profile and never replace stable segment identity
+- Identical canonical inputs produce byte-identical HARP and contribution-map content
+- Every HARP statement traces to its CPL event, record, assertion, evaluation, or user approval
+- Unknown or unattested boundaries remain visible and cannot validate as exact
+- Any post-deposit edit or restore deterministically makes current-work HARP applicability stale
+- Historical HARP integrity remains independently verifiable for its unchanged exact deposit
+- Policy-profile updates do not rewrite an existing HARP
## 7. Privacy, secret, and encryption tests
@@ -238,17 +270,25 @@ For each boundary, tests MUST prove one of:
- Git-only damage yields warning when authoritative evidence remains valid.
- Missing authoritative records yield `FAILED`.
- Unsafe archive structure yields `UNSAFE`.
+- UI uses **HARP integrity verified**, never **authorship verified**.
+- UI visibly separates evidence facts, declarations, recorded origin, transformations, selection/arrangement, evaluations, suggestions, and Office determinations.
+- Prohibited-phrase tests reject human/AI percentages, authorship or originality scores, and legal-conclusion claims.
+- Registration suggestions remain editable and generation is blocked until the exact strings receive explicit approval.
+- A stale HARP shows both current-work staleness and historical deposit verification status.
-## 10. Legacy 1.0 behavior tests
+## 10. Legacy preview/CPL boundary tests
- Known preview markers are detected without modifying the project.
- Normal opening and editing are refused.
- Show Project Folder remains available.
- Raw archival ZIP preserves the selected legacy tree without conversion.
- The archive is labeled as unverified and unconverted.
-- No 1.0 provenance verification or evidence report is offered.
+- No CPL 1.0 provenance verification, HARP, or CPL evidence report is offered.
- Legacy Git history remains unchanged.
-- No migration schema or implied migration success appears in 1.0.
+- No migration schema or implied migration success appears before/at 1.0.0.
+- A v0.5.x project or `schemaVersion: 1.0` field cannot satisfy the CPL marker check.
+- No preview project can invoke CPL verification or HARP generation.
+- Only the exact supported CPL marker may proceed to recovery, and the marker alone does not establish conformance.
## 11. Stage 1 disposition
@@ -259,4 +299,4 @@ Stage 1 is **complete** when:
- The Stage 2 schema work uses this checklist as its acceptance boundary.
- Any future architectural change is recorded as a versioned normative amendment rather than an informal implementation choice.
-Completion of Stage 1 does not claim implementation conformance and does not change the current application version.
+Completion of the 0.5.1 normative amendment did not claim runtime implementation or CPL project conformance. Thinkloom 0.5.3 supplies the native service and its core writer fault-injection suite. Thinkloom 0.5.4 completes the project-format boundary: exact-marker projects must pass structure, recovery, and native verification gates, while unmarked preview projects remain untouched and preservation-only. Thinkloom 0.5.5 then routes Phase 1 through typed canonical commands, reconstructs the ideation UI by ledger replay, and records provider intent before I/O with response or failure afterward. Thinkloom 0.5.6 captures manuscript transactions through the shared TipTap path, preserves scalar-level expression lineage, and deterministically replays the manuscript from immutable composition commands. Thinkloom 0.5.7 freezes exact deposit revisions and deterministically projects complete scalar contribution maps with structural locators, independent assertions, current evaluations, and visible evidence boundaries. Thinkloom 0.5.8 then generates the complete explicitly approved HARP report set without LLM classification or legal conclusions and deterministically marks it stale after manuscript, deposit, policy, assertion, or dependency changes. Thinkloom 0.5.9 exposes that evidence through native-verifier-backed CPL exploration and a gated HARP preparation workflow in which every evidentiary statement traces through assertions, evaluations, and underlying records. Thinkloom 0.5.10 creates the six separate HARP export artifacts, discloses and hash-binds every sanitized omission category, verifies retained evidence against CPL/HARP/deposit bindings, and preserves the source chain without claiming sanitized completeness. Thinkloom 0.5.11 completes the executable verification matrix, origin-preserving arrangement checks, native release gate, prohibited-wording scans, and packaged Windows executable/MSI/NSIS end-to-end gate.
diff --git a/docs/provenance/README.md b/docs/provenance/README.md
index 78058f4..ef9b639 100644
--- a/docs/provenance/README.md
+++ b/docs/provenance/README.md
@@ -1,11 +1,20 @@
# Thinkloom provenance specification
-This directory contains the approved normative specification and formal Stage 2 contract for the Thinkloom 1.0 provenance subsystem.
+This directory contains the Thinkloom 0.5.1 normative HARP/CPL specification, the additive Thinkloom 0.5.2 formal schema package, the Thinkloom 0.5.3 modular native CPL service record, the Thinkloom 0.5.4 conforming project-boundary record, the Thinkloom 0.5.5 typed Phase 1 routing record, the Thinkloom 0.5.6 manuscript composition-lineage record, the Thinkloom 0.5.7 contribution-map projection record, the Thinkloom 0.5.8 deterministic HARP-generation record, the Thinkloom 0.5.9 connected HARP/CPL interface record, the Thinkloom 0.5.10 export/privacy/security record, and the Thinkloom 0.5.11 executable verification-matrix record.
- [Stage 1 Normative Specification](STAGE-1-NORMATIVE-SPECIFICATION.md)
- [State Machines and Recovery Protocols](STATE-MACHINES.md)
- [Stage 1 Completion Checklist](COMPLETION-CHECKLIST.md)
- [Stage 2 Completion and Verification](STAGE-2-SCHEMA-PACKAGE.md)
- [Stage 2 JSON Schema package](../../schemas/provenance/v1/README.md)
+- [Stage 3 Native CPL Service](STAGE-3-NATIVE-CPL-SERVICE.md)
+- [Stage 4 Conforming Project Boundary](STAGE-4-CONFORMING-PROJECT-BOUNDARY.md)
+- [Stage 5 Phase 1 CPL Routing](STAGE-5-PHASE-1-CPL-ROUTING.md)
+- [Stage 6 Manuscript Composition and Lineage](STAGE-6-MANUSCRIPT-COMPOSITION-LINEAGE.md)
+- [Stage 7 Contribution-Map Projection](STAGE-7-CONTRIBUTION-MAP-PROJECTION.md)
+- [Stage 8 Deterministic HARP Generation](STAGE-8-HARP-GENERATION.md)
+- [Stage 9 HARP and CPL User Interfaces](STAGE-9-HARP-CPL-USER-INTERFACES.md)
+- [Stage 10 Export, Privacy, and Security](STAGE-10-EXPORT-PRIVACY-SECURITY.md)
+- [Stage 11 Verification Matrix](STAGE-11-VERIFICATION-MATRIX.md)
-Thinkloom 0.4.0 includes the 40-schema Draft 2020-12 package, versioned assertion registries, valid and invalid fixtures, and deterministic conformance vectors. The native writer does not yet implement this contract and must not be represented as conforming until the later implementation and fault-injection stages are complete.
+Thinkloom 0.5.11 makes the complete milestone verification matrix executable, preserves origin during selection/arrangement moves, blocks release finalization unless native verification is complete and safe, scans shipped wording for prohibited scores and legal conclusions, and verifies the packaged Windows executable plus MSI and NSIS artifacts. The six 0.5.10 export artifacts and the read-only boundary for unmarked preview projects remain unchanged.
diff --git a/docs/provenance/STAGE-1-NORMATIVE-SPECIFICATION.md b/docs/provenance/STAGE-1-NORMATIVE-SPECIFICATION.md
index 4aadad3..a3af40b 100644
--- a/docs/provenance/STAGE-1-NORMATIVE-SPECIFICATION.md
+++ b/docs/provenance/STAGE-1-NORMATIVE-SPECIFICATION.md
@@ -1,17 +1,21 @@
# Thinkloom Stage 1 Normative Provenance Specification
Status: **Approved architecture baseline for formal schema work**
-Target: **Thinkloom 1.0.0**
-Provenance schema family: **1.0**
+Document release: **Thinkloom 0.5.1**
+
+Runtime conformance target: **Thinkloom 0.6.0; project-format conformance 1.0**
+
+Provenance schema family: **1.0**
+
Migration support: **Deferred until after Thinkloom 1.0.0**
## 1. Purpose and precedence
-This specification defines the authority, persistence, integrity, privacy, recovery, verification, backup, and release contracts for Thinkloom provenance.
+This specification defines the authority, persistence, integrity, privacy, recovery, verification, backup, release, Composition Provenance Ledger (CPL), and Human Authorship Record of Provenance (HARP) contracts for Thinkloom provenance.
It supersedes the provenance-specific transaction order, single-ledger layout, mutable-record assumptions, live-database snapshot method, and release-binding sequence in the earlier MVP architecture and implementation plans. It does not supersede their product requirements, native Tauri boundary, preview-first generation model, user-control requirements, accessibility requirements, or prohibition on retained audio.
-Thinkloom 0.4.0 includes the formal Stage 2 schemas, canonical assertion envelopes, and verification vectors, but its native writer is not represented as conforming to this specification. Full conformance begins only after the native implementation and required fault-injection tests are complete.
+Thinkloom 0.5.1 includes this normative HARP/CPL amendment and preserves the existing formal Stage 2 schemas, canonical assertion envelopes, and verification vectors, but its native writer is not represented as CPL-conforming. Full conformance begins only after the native implementation and required fault-injection tests are complete.
## 2. Normative language
@@ -27,25 +31,61 @@ Thinkloom provenance is:
> A local, transactionally coordinated, tamper-evident creative-process record with configurable retention, native verification, recoverable storage, and reproducible release manifests.
+The correct HARP/CPL product claim is:
+
+> A Human Authorship Record of Provenance (HARP) is a reproducible evidence projection for an exact deposit, backed by cryptographically verifiable integrity evidence in Thinkloom's Composition Provenance Ledger (CPL).
+
Thinkloom MUST NOT claim that local provenance is tamper-proof, an independently trusted timestamp, conclusive legal proof, or a quantitative measure of human versus AI authorship.
+Cryptographic verification establishes only the integrity and internal linkage of the retained bytes within the verifier's stated scope. It MUST NOT, without separately identified evidence, be represented as verification of a person's identity, the truth of a user declaration, legal authorship, originality, copyrightability, ownership, or registrability. A signature or local key proves control of that key; it proves identity only when the key has a separately verified identity binding.
+
The strongest valid claim without an external anchor is:
> The system can detect changes relative to a previously retained chain head, signed release, or external anchor.
+### 3.1 Normative product terms
+
+The following meanings are exclusive and binding throughout product copy, schemas, reports, tests, and implementation:
+
+- **Composition Provenance Ledger (CPL)** is the product-facing name for the single canonical provenance ledger defined by §§12–13. CPL is not a new ledger, side ledger, report, database, or replacement for the existing ledger. A conforming project has one CPL whose events bind immutable records, assertions, and evaluations under §4.
+- **CPL record** is an immutable authoritative record referenced by a CPL event. The term does not include SQLite rows, UI state, derived indexes, generated reports, or uncommitted temporary data.
+- **Deposit** is the exact file selected by the user for a registration submission or other declared evidentiary purpose and frozen in a deposit snapshot. A manuscript revision, editor state, export recipe, or filename alone is not a deposit.
+- **Human Authorship Record of Provenance (HARP)** is a non-authoritative, deterministic, reproducible projection of CPL records and evaluations bound to one exact deposit. The word “Authorship” in the product name describes the subject of the evidence record; it is not a Thinkloom determination that any expression is legally authored, original, or copyrightable.
+- **Recorded origin** describes what the CPL records about how expression entered the composition. It is an evidence classification, not a legal conclusion.
+- **Transformation relationship** describes how expression changed or derived from earlier expression.
+- **Selection/arrangement overlay** describes recorded relationships among surviving expression or structural units. It is independent of their recorded origin and MUST NOT be encoded as a text-origin category.
+- **Suggested registration treatment** is editable application language produced under a versioned policy profile. It is neither an evidence fact nor a legal determination.
+- **Legal determination** includes copyrightability, originality, authorship, ownership, and registrability. Thinkloom and HARP do not make these determinations.
+
+No second meaning, abbreviation expansion, or competing product label MAY be used for CPL or HARP in a conforming product surface.
+
+### 3.2 Prohibited claims and required UI terminology
+
+Thinkloom, CPL, HARP, exports, and marketing MUST NOT state or imply:
+
+- A “human percentage,” “AI percentage,” authorship score, originality score, copyrightability score, or equivalent quantitative legal proxy
+- “Copyright verified,” “copyrightable,” “originality proven,” “proven human author,” “legally human-authored,” “registration-ready,” “Copyright Office approved,” or “authorship certified”
+- That typing time, edit count, word count, retained-word ratio, prompt count, or any other activity metric determines originality or authorship
+- That a paste, import, self-declaration, cryptographic signature, or successful integrity check by itself proves identity or human authorship
+- That `VERIFIED` or `exact` means anything beyond the explicitly named integrity or evidentiary scope
+
+Product surfaces MUST distinguish and label these categories: **Evidence fact**, **User declaration**, **Recorded origin**, **Transformation relationship**, **Selection/arrangement overlay**, **Evidentiary evaluation**, **Suggested registration language**, and **Copyright Office determination**. The UI MAY use “integrity verified” only with the verified scope and chain head visible. It MUST use “self-declared identity” unless stronger identity evidence and its verification method are present.
+
## 4. Authority hierarchy
The following hierarchy is binding:
-1. **Immutable filesystem records, canonical provenance assertions, point-in-time assertion evaluations, and the provenance ledger** are authoritative evidence when bound by ledger references.
+1. **Immutable filesystem records, canonical provenance assertions, point-in-time assertion evaluations, and the canonical provenance ledger (product name: CPL)** are authoritative evidence when bound by CPL event references.
2. **Canonical publication files and manuscript revisions** are authoritative publication content when bound by ledger references.
3. **Release manifests** are authoritative bindings for a completed release.
4. **SQLite** stores operational state, UI state, write intents, idempotency indexes, and rebuildable query indexes.
5. **Git** stores meaningful milestone history and release state but is not the provenance authority.
-6. **Derived indexes and generated reports** are disposable, reproducible caches or projections.
+6. **Derived indexes, contribution maps, HARP documents, and generated reports** are disposable, reproducible projections. They are non-authoritative even when their bytes and source bindings verify.
SQLite MUST NOT be the only location of an evidentiary fact. A valid ledger MUST take precedence over contradictory SQLite state. Git failure MUST NOT invalidate an otherwise valid provenance ledger.
+A HARP MUST NOT add, promote, or repair an evidentiary fact. Every factual HARP statement MUST trace to a CPL record, assertion, evaluation, or explicit user declaration bound by a CPL event. If the required basis is unknown, unattested, stale, degraded, or unverified, the HARP MUST preserve that boundary rather than infer a favorable classification.
+
## 5. Repository boundaries
A conforming 1.0 project SHOULD organize authoritative and operational data under these boundaries:
@@ -60,7 +100,8 @@ publication-project/
│ ├── invocations/
│ ├── prompt-templates/
│ ├── sources/
-│ └── transformations/
+│ ├── transformations/
+│ └── composition/
├── provenance/
│ ├── schema/
│ ├── ledger/active/
@@ -69,7 +110,9 @@ publication-project/
│ ├── integrity/
│ └── report-config/
├── releases/
+├── deposits/
├── reports/
+│ └── harp/
├── assets/
├── .app/
│ ├── state.sqlite
@@ -85,7 +128,7 @@ Large PDFs, ZIP packages, and regenerable binaries SHOULD remain outside ordinar
## 6. Identifiers and event ordering
-Stable sortable identifiers SHOULD use ULIDs with type prefixes, including `event_`, `record_`, `intent_`, `turn_`, `session_`, `invocation_`, `revision_`, `fragment_`, `checkpoint_`, `release_`, `assertion_`, and `evaluation_`.
+Stable sortable identifiers SHOULD use ULIDs with type prefixes, including `event_`, `record_`, `intent_`, `turn_`, `session_`, `invocation_`, `revision_`, `segment_`, `deposit_`, `harp_`, `policy_`, `fragment_`, `checkpoint_`, `release_`, `assertion_`, and `evaluation_`.
Identifiers MAY be allocated before an operation commits. Abandoned identifiers MUST NOT be reused.
@@ -187,6 +230,16 @@ Supported coordinate systems MUST be explicit, such as `utf8_byte`, `unicode_sca
Meaningful manual editing MUST be grouped into edit transactions rather than keystroke events. A transaction SHOULD close on focus loss, configured idle interval, section change, AI operation, checkpoint, phase change, document close, explicit save, or milestone.
+Composition provenance MUST keep these dimensions independent:
+
+1. Recorded origin
+2. Transformation relationship
+3. Selection/arrangement overlay
+4. Evidentiary evaluation
+5. Suggested registration treatment
+
+Recorded-origin values MUST distinguish at least recorded direct human input, human expressive input mediated by transcription, accepted AI output, imported or pasted material, system restoration, and unattested expression. Paste or import MUST NOT default to recorded direct human input. Human modification of AI-origin material MUST retain the AI preimage lineage and the later human operations; it MUST NOT rewrite the earlier origin as human. Unknown identity, generation, origin, or lineage MUST remain unknown or unattested and MUST NOT validate as an exact classification.
+
## 11. Retention, export, and encryption policies
These are independent settings:
@@ -199,7 +252,7 @@ default_export_profile: full | sanitized
### 11.1 Minimal retention
-Minimal provenance is the REQUIRED default for Thinkloom 1.0. It retains final user-approved input, operation purpose, prompt-template identity/hash, input references/hashes, provider/model identity, accepted generated text, disposition metadata, manuscript lineage, checkpoints, and releases.
+Minimal provenance is the REQUIRED default for a CPL 1.0-conforming project. It retains final user-approved input, operation purpose, prompt-template identity/hash, input references/hashes, provider/model identity, accepted generated text, disposition metadata, manuscript lineage, checkpoints, and releases.
It MUST NOT retain raw speech hypotheses, complete provider-facing prompts, complete supplied context, unaccepted raw model responses, or provider transport metadata.
@@ -357,6 +410,8 @@ Assertion evaluation statuses are:
Every evaluation MUST assess these dimensions independently: `integrity`, `identity`, `chronology`, `derivation`, `authorship`, and `completeness`. Dimension values are `exact`, `degraded`, `unverified`, or `not_applicable`. Numeric confidence scores and human-versus-AI percentages MUST NOT be used.
+For compatibility with the existing v0.4 assertion registry, the wire-level dimension name `authorship` is retained. In this specification it means only the sufficiency of recorded evidence for the assertion's explicitly bounded authorship-related predicate. It MUST NOT be displayed or interpreted as legal authorship, copyrightability, originality, or a HARP conclusion; an `exact` value means only that the retained evidence satisfies that declared predicate and scope.
+
An `exact` evaluation MUST have no uncertainty boundary, MUST contain valid results for every non-shadow dependency, and MUST contain no `degraded` or `unverified` confidence dimension. Shadow evidence never contributes authority and MAY remain unevaluated without changing exactness. A non-exact evaluation MUST identify the exact boundary, affected dimensions, dependencies when applicable, and a stable reason code. Unknown provenance, source generation, compatibility, or confidence MUST NOT silently produce an `exact` evaluation.
Evidence classes are `mandatory_live`, `mandatory_retained`, `advisory`, and `shadow`. Missing or incompatible mandatory evidence prohibits `exact`. Advisory or shadow evidence MAY degrade completeness or another named dimension but MUST NOT silently change an authoritative assertion.
@@ -365,6 +420,78 @@ Assertion and evaluation reason codes, lifecycle phases, statuses, dimensions, e
Derived indexes and reports MAY project assertions and the latest applicable evaluations, but remain non-authoritative consumers. They MUST NOT synthesize an `exact` result when no valid authoritative evaluation exists.
+### 15.2 Deposit snapshots and authoritative locators
+
+A HARP MUST bind one immutable deposit snapshot containing at least:
+
+- Deposit ID and deposit-snapshot schema version
+- Exact deposit-file digest and byte length
+- Deposit media type and sanitized display name
+- Bound manuscript revision ID and revision digest
+- CPL chain head digest and event sequence used for the projection
+- Layout-profile ID and digest when page locators are emitted
+- Creation timestamp, application version, and schema versions
+
+The deposit revision, deposit digest, and stable expression-segment ID are authoritative locators. Chapter, paragraph, line, and page numbers are derived locators. A page number MUST identify its layout profile and MUST NOT be used as the sole identity of expression or as an authoritative range boundary.
+
+Freezing a deposit does not freeze the working manuscript. Any edit or restoration after the bound deposit snapshot, or any change to the selected deposit bytes, creates a newer dependency state and MUST make the HARP `stale` for the current work. Staleness does not falsify or invalidate a previously verified historical HARP for its exact bound deposit; the UI MUST show both facts. A stale HARP is immutable and MUST be regenerated from a new deposit snapshot rather than updated in place.
+
+### 15.3 HARP content and generation
+
+HARP generation MUST be deterministic and MUST NOT use an LLM to classify authorship, decide originality or copyrightability, fill an evidence gap, or formulate a legal conclusion. Identical canonical inputs, policy profile, generator version, and sanitization profile MUST produce byte-identical machine-readable HARP content.
+
+A canonical HARP MUST include:
+
+- HARP ID, schema version, application version, and generator version
+- Exact deposit binding required by §15.2
+- CPL chain head and sequence used for projection
+- A complete contribution-map coverage statement with an explicit denominator and coordinate unit
+- Recorded-origin, transformation, and selection/arrangement layers kept separate
+- Current applicable assertion evaluations and visible exact, degraded, stale, unverified, unknown, and unattested boundaries
+- AI systems and models recorded as used for included expression, with unavailable identity represented as unknown
+- Representative transformations linked to their CPL basis
+- Suggested `Author Created`, `Material Excluded`, and `New Material Included` language when supported by the selected policy profile
+- Every user declaration, including author identity, labeled as a declaration and identified as self-declared unless stronger evidence is present
+- Limitation, sanitization, and omission disclosures
+- The policy-profile ID, version, source retrieval date, and source digests or stable source references
+- A verification report and manifest binding every emitted artifact and digest
+- A clear statement that the U.S. Copyright Office, not Thinkloom, determines copyrightability and registration scope
+
+Coverage MUST describe only the scope of recorded evidence. For example, it MAY state that a percentage of normalized Unicode scalar positions has recorded origin. It MUST NOT relabel that denominator as “human,” “human-authored,” “original,” or “copyrightable.” Selection and arrangement MUST appear as relationship overlays and MUST NOT change the recorded-origin layer.
+
+Suggested registration language MUST be generated only after the user selects a deposit and policy profile, reviews the evidence classifications and limitations, edits or accepts the proposed text, and explicitly approves generation. Approval MUST bind the exact approved strings and their source HARP inputs in CPL. Thinkloom MUST NOT submit an application, assert that the language is legally sufficient, or silently replace user-approved language when a policy profile changes.
+
+### 15.4 HARP verification and traceability
+
+HARP verification is a scoped integrity operation. It MUST verify artifact hashes, manifest bindings, deposit bytes, CPL source head and records, schema and generator compatibility, policy-profile binding, sanitization disclosures, and deterministic regeneration when the required generator is available.
+
+Every factual claim and suggested treatment in a HARP MUST expose a trace path to the supporting CPL event, record, assertion, evaluation, and any user approval. A successful verification MUST be labeled **HARP integrity verified** and MUST show the exact deposit digest. It MUST NOT be labeled **authorship verified**.
+
+The following states are independent and MUST NOT be collapsed:
+
+- CPL verification status under §15
+- HARP integrity verification status
+- HARP applicability: `current` or `stale`
+- Evidence boundary: `exact`, `degraded`, `stale`, `unverified`, `unknown`, or `unattested`
+- Policy-profile currency: `current`, `superseded`, or `unavailable`
+- User approval status for suggested registration language
+
+### 15.5 Initial U.S. Copyright Office policy profile
+
+The initial policy profile MUST be a versioned, read-only profile scoped to **United States / literary work / Standard Application**. It MUST identify its effective application scope and MUST refuse to produce application-field suggestions for unsupported jurisdictions, work classes, group registrations, or application types.
+
+The initial profile MUST cite, at minimum, the following official sources with retrieval date `2026-07-19`:
+
+- [Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence](https://www.copyright.gov/ai/ai_policy_guidance.pdf), effective March 16, 2023
+- [Copyright and Artificial Intelligence, Part 2: Copyrightability](https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf), January 2025
+- [Standard Application Help: Author](https://www.copyright.gov/eco/help-author.html)
+- [Standard Application Help: Limitation of Claim](https://www.copyright.gov/eco/help-limitation.html)
+- [37 C.F.R. § 202.3](https://www.copyright.gov/title37/202/37cfr202-3.html)
+
+The profile MUST encode field terminology separately from evidentiary classifications and MUST support suggested text for `Author Created`, `Material Excluded`, `New Material Included`, and, when appropriate, `Note to CO`. The `Author Created` and `New Material Included` suggestions MUST remain mutually consistent. The profile MUST disclose recorded use of AI and MUST support describing human contributions and excluding more-than-de-minimis AI-generated content as directed by the cited guidance, while leaving case-specific judgment and the final wording to the user and the Office. Every suggestion screen and generated worksheet MUST state that the text is suggested, editable, not legal advice, and subject to Copyright Office review.
+
+Policy rules MUST NOT convert CPL activity metrics or recorded-origin categories into copyrightability conclusions. Prompts, selection/arrangement, and modifications MAY be described as evidence only; their legal sufficiency MUST remain undetermined. A published profile is immutable. A policy update creates a new profile version; it MUST NOT silently change or regenerate an existing HARP. A HARP bound to a superseded profile remains historically reproducible and MUST visibly disclose that profile status.
+
## 16. Derived indexes
Derived indexes MUST be reproducible from authoritative records. Deterministic index content MUST use stable sorting, locale-independent comparison, canonical inputs, fixed schema/configuration, no random identifiers, and no current timestamp.
@@ -444,16 +571,28 @@ A purge MAY rewrite affected records, ledger hashes, and Git history only throug
Ordinary editing MUST NOT invoke purge behavior.
-## 23. Legacy preview projects
+## 23. Legacy preview projects and CPL conformance boundary
-Thinkloom 1.0 MUST detect known preview/experimental project markers and refuse normal opening or editing. It MUST preserve the original project untouched, explain that migration is deferred, offer Show Project Folder, and permit a byte-preserving raw archival ZIP labeled:
+Only a project with the exact, supported conformance marker below MAY be treated as CPL-conforming:
-```text
-Legacy project preservation archive
-Not verified or converted by Thinkloom 1.0.0
+```json
+{
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0"
+}
```
-Thinkloom 1.0 MUST NOT import legacy records into schema 1.0, regenerate or verify their provenance under 1.0 rules, create a 1.0 evidence report, modify their Git history, or present them as migrated. Formal legacy reading, conversion, and migration begin after 1.0.0.
+The marker is necessary but not sufficient: schema compatibility, required CPL structure, startup recovery, and native verification gates still apply. A `schemaVersion: 1.0` field or any preview-era marker MUST NOT be interpreted as this conformance marker.
+
+Thinkloom 0.6 and later MUST detect projects created by any v0.5.x release or earlier and other known preview/experimental project markers before any project mutation. It MUST refuse normal opening, editing, provenance regeneration, CPL verification, and HARP generation. It MUST preserve the original project untouched, explain that migration is deferred until after Thinkloom 1.0.0, offer Show Project Folder, and permit a byte-preserving raw archival ZIP labeled:
+
+```text
+Legacy preview-project preservation archive
+Not verified, converted, or CPL-conforming
+```
+
+Thinkloom MUST NOT import legacy records into CPL schema 1.0, synthesize CPL events from legacy state, regenerate or verify their provenance under CPL rules, create a HARP or CPL evidence report, modify their Git history, or present them as migrated or partially conforming. Formal legacy reading, conversion, and migration begin only after Thinkloom 1.0.0 and require a future normative migration specification.
## 24. Formal schema inventory for Stage 2
@@ -500,9 +639,16 @@ release-manifest.schema.json
release-state.schema.json
sanitized-export-manifest.schema.json
purge-manifest.schema.json
+composition-operation.schema.json
+expression-segment.schema.json
+contribution-map.schema.json
+deposit-snapshot.schema.json
+registration-policy-profile.schema.json
+human-authorship-record.schema.json
+harp-export-manifest.schema.json
```
-Prompt-template, provenance-assertion, and other self-digesting schemas MUST define exact digest identity objects. Migration schemas are deferred until after Thinkloom 1.0.0.
+Prompt-template, provenance-assertion, contribution-map, registration-policy-profile, human-authorship-record, HARP export-manifest, and other self-digesting schemas MUST define exact digest identity objects. Migration schemas are deferred until after Thinkloom 1.0.0.
## 25. Required implementation characteristics
diff --git a/docs/provenance/STAGE-10-EXPORT-PRIVACY-SECURITY.md b/docs/provenance/STAGE-10-EXPORT-PRIVACY-SECURITY.md
new file mode 100644
index 0000000..7ab42d0
--- /dev/null
+++ b/docs/provenance/STAGE-10-EXPORT-PRIVACY-SECURITY.md
@@ -0,0 +1,55 @@
+# Stage 10 — Export, privacy, and security
+
+Status: **Complete for Thinkloom 0.5.10**
+
+Milestone/version rule: **Milestone 10 → 0.5.10**
+
+## Delivered artifacts
+
+The native HARP export service creates six separate artifacts from one current, exact-deposit HARP:
+
+1. registration worksheet;
+2. human-readable HARP;
+3. canonical machine-readable HARP;
+4. exact deposit copy;
+5. sanitized supporting archive; and
+6. full private archive.
+
+The exact machine-readable HARP and deposit remain unchanged private artifacts. User-selected author-name redaction applies only to sanitized human-readable presentations. A stale HARP or a deposit whose bytes no longer match its recorded digest cannot be exported.
+
+## Sanitized archive boundary
+
+The sanitized archive is assembled from an allowlist of derived presentation and structural-evidence files. It never copies raw records or ledger segments and excludes the deposit and full machine-readable HARP. Its omission manifest always addresses:
+
+- private conversations;
+- rejected model output;
+- credentials and authorization material;
+- personal identifiers selected for redaction;
+- internal paths;
+- provider metadata not required for disclosure; and
+- protected source bodies.
+
+Each omission entry contains its category, action, affected-record count, retained-evidence binding digest, and disclosure digest. The manifest separately hashes the ordered omission-rule set.
+
+## Verification and completeness
+
+Before publication, the native verifier reopens the sanitized ZIP and checks:
+
+- every required omission category is present;
+- every disclosure digest and the aggregate rules digest recompute;
+- every retained file exists and matches its byte length and SHA-256 binding; and
+- the CPL chain head, HARP digest, and deposit digest match the expected source bindings.
+
+Success is reported as `verified_selective`, never as complete. The manifest declares `selective_disclosed_subset` and states that verification covers disclosed retained evidence only. It does not claim that omitted private history is present or that provenance integrity decides identity or legal authorship.
+
+Export writes only derived files under `exports/harp/`. It does not append a CPL event, rewrite a record, advance the source chain, or alter the exact deposit. The full private archive carries an explicit sharing warning and includes the exact deposit, private HARP artifacts, records, ledger segments, and generated report material.
+
+## Acceptance evidence
+
+- A native integration test generates an exact HARP, creates all six artifacts, and proves the CPL chain head is unchanged.
+- The test confirms the sanitized ZIP contains no raw records, ledger segments, deposit copy, or exact machine HARP and that selected identity text is absent.
+- The same test confirms the full private archive retains the deposit, records, and ledger.
+- Schema vectors validate the selective completeness claim and recompute every omission-disclosure digest.
+- UI tests cover artifact separation, redaction selection, privacy warnings, omission disclosure, and re-verification.
+
+Unmarked preview projects retain the preservation-only boundary and cannot use HARP export commands.
diff --git a/docs/provenance/STAGE-11-VERIFICATION-MATRIX.md b/docs/provenance/STAGE-11-VERIFICATION-MATRIX.md
new file mode 100644
index 0000000..d0b1c0a
--- /dev/null
+++ b/docs/provenance/STAGE-11-VERIFICATION-MATRIX.md
@@ -0,0 +1,44 @@
+# Stage 11 — Verification matrix
+
+Status: **Complete for Thinkloom 0.5.11**
+
+Milestone/version rule: **Milestone 11 → 0.5.11**
+
+## Release rule
+
+Release finalization is a native security boundary. Immediately before changing `project.json`, appending `RELEASE_FINALIZED`, committing, or tagging, Thinkloom runs the authoritative native CPL verifier. Only `VERIFIED` and `VERIFIED_WITH_WARNINGS` may proceed. `INCOMPLETE`, `FAILED`, and `UNSAFE` return `RELEASE_VERIFICATION_BLOCKED` without creating release state. The frontend uses the same five native status values and does not optimistically mark a release finalized.
+
+## Executable matrix
+
+| Required scenario | Executable coverage |
+| --- | --- |
+| Schema fixtures and deterministic regeneration | `provenance-schema.test.mjs`; generated fixture and vector diff gate |
+| Canonical JSON, Unicode, timestamps, paths, and JSONL | Schema vector suite plus native canonical and identifier tests |
+| Duplicate action and concurrent writer behavior | Native idempotency, conflict, OS-lock, and concurrent-preimage tests |
+| Failure after every durable write phase | Native crash injection for record, ledger, chain-head, SQLite, and segment-rotation boundaries |
+| Segment rotation and cross-segment verification | Native sealed/active segment linkage and recovery tests |
+| Manual typing and deletion | Typed Phase 1 replay and native composition deletion test |
+| Paste/import behavior | Instrumented paste signal and imported-origin replay test |
+| Human revision of AI-origin material | Native mixed-origin transformation/revision lineage test |
+| AI transformation of human material | Native AI-acceptance replacement with source lineage test |
+| Partial AI acceptance | Exact accepted/rejected Unicode scalar disposition test |
+| Selection and arrangement without changing origin | Origin-preserving native move implementation and mismatch refusal test |
+| Voice transcription with no audio persistence | Typed transcription record and no-audio path/digest/file tests |
+| Restore and checkpoint lineage | Restoration replay, checkpoint flush, and immutable record tests |
+| Unknown and unattested spans | Unverified coverage and boundary tests without negative authorship inference |
+| Deposit/HARP staleness | Frozen-map and HARP dependency/revision staleness tests |
+| Complete segment coverage across complex Unicode | Combining mark, modifier, ZWJ, flag, CJK, and CRLF scalar coverage test |
+| Native verifier/frontend consistency | Shared status-set test plus native and frontend release gates |
+| Sanitized archive disclosure | Omission-category, retained-file, binding, and selective-scope tests |
+| Prohibited score/legal wording | Production-source scan for numeric human scores and affirmative legal conclusions |
+| Packaged Windows end-to-end | Release executable PE check, MSI and NSIS signature/version checks, and hidden launch smoke test |
+
+`tests/verification-matrix.test.mjs` is the executable index for this table. It fails if a required native or frontend case disappears. `tests/windows-package.test.mjs` is intentionally a post-build Windows gate and is run by `npm run verify:windows-package`.
+
+## Origin-preserving arrangement
+
+A `move` operation may only rearrange the exact existing Unicode scalar multiset. Thinkloom moves the existing lineage units, retaining recorded origin, ancestry, lineage references, and prior operation references, while appending the move operation identity. A move that inserts, deletes, or substitutes content is rejected before any CPL event is committed.
+
+## Interpretation boundary
+
+The matrix verifies integrity, chronology, replay, origin records, transformation records, coverage, disclosure, and release safety. It does not produce a human-authorship score or determine legal authorship, originality, copyrightability, ownership, or registrability.
diff --git a/docs/provenance/STAGE-2-SCHEMA-PACKAGE.md b/docs/provenance/STAGE-2-SCHEMA-PACKAGE.md
index 2e6316f..b7d75a2 100644
--- a/docs/provenance/STAGE-2-SCHEMA-PACKAGE.md
+++ b/docs/provenance/STAGE-2-SCHEMA-PACKAGE.md
@@ -1,43 +1,71 @@
# Thinkloom Stage 2 Provenance Schema Package
-Status: **Complete for Thinkloom 0.4.0**
-Schema family: **1.0**
+Status: **Complete for Thinkloom 0.5.2**
+
+Schema family: **1.0, additive catalog 1.1**
+
Dialect: **JSON Schema Draft 2020-12**
+
+CPL runtime target: **Thinkloom 0.6.0**
+
Runtime conformance: **Not yet implemented**
## Scope
-Stage 2 formalizes the approved provenance architecture without changing native application behavior. It provides deterministic contracts and verification evidence for the later native-writer implementation. Migration support remains deferred until after Thinkloom 1.0.0.
+The 0.5.2 package extends the existing provenance schema family with composition-specific records rather than overloading v0.4 assertions or edit transactions. It formalizes the normative HARP/CPL model without changing native application behavior. Existing v0.4 `provenance-assertion` and `assertion-evaluation` instances and semantics remain valid.
+
+Migration support remains deferred until after Thinkloom 1.0.0. Projects created before the Milestone 4 marker remain preview projects and MUST NOT be represented as CPL-conforming merely because these schemas are present.
## Package
-The machine-readable package is in [`schemas/provenance/v1`](../../schemas/provenance/v1/README.md). `catalog.json` identifies all 40 schemas, the schema and application versions, compatibility, fixture locations, and the generator.
+The machine-readable package is in [`schemas/provenance/v1`](../../schemas/provenance/v1/README.md). `catalog.json` identifies all 47 schemas, 14 registries, package/schema/application versions, per-entry introduction and compatibility, fixture locations, the v0.6.0 runtime target, and the generator.
+
+The seven additive schemas are:
+
+- `composition-operation.schema.json`
+- `expression-segment.schema.json`
+- `contribution-map.schema.json`
+- `deposit-snapshot.schema.json`
+- `registration-policy-profile.schema.json`
+- `human-authorship-record.schema.json`
+- `harp-export-manifest.schema.json`
Each schema has:
- one valid canonical fixture;
- invalid cases for every top-level required field and the closed-object policy;
- populated nested cases for enum, const, pattern, numeric, string, and array bounds; and
-- explicit conditional failures for protected records, recovery envelopes, assertion generations, and exact evaluation rules where ordinary keyword mutation is insufficient.
+- explicit conditional failures for operation/origin consistency and exact-classification identity, generation, origin, lineage, AI-system identity, coverage, and applicability boundaries.
+
+## Independent registries
+
+The package adds versioned registries for:
+
+- composition operation kinds;
+- recorded origin kinds;
+- transformation relationships;
+- contribution-map layers;
+- suggested registration treatments;
+- HARP limitation codes;
+- HARP explanation codes; and
+- composition assertion predicates: `derived_from`, `generated_by`, `modified_by_human`, `selected_by_human`, `arranged_by_human`, and `included_in_deposit`.
+
+Recorded origin, transformation, selection/arrangement, evidentiary evaluation, and suggested registration treatment remain independent. A paste cannot default to direct human input, and selection/arrangement cannot alter text origin.
## Deterministic vectors
-The vector suite covers:
+In addition to the existing canonicalization, ledger, assertion, privacy, backup, and release vectors, the suite now covers:
-- RFC 8785-compatible serialization after Thinkloom Unicode NFC preprocessing;
-- prohibited non-finite, undefined, and NFC-colliding values;
-- exact millisecond UTC timestamps and repository-relative path restrictions;
-- LF-only canonical JSONL, contiguous events, event self-digests, and cross-segment seals;
-- prompt-template, protected-record, event, and release self-digest identities;
-- minimal and full-private retention behavior;
-- device and recovery key envelopes plus key rotation;
-- non-mutating sanitized exports and omission-rule disclosure;
-- deterministic derived indexes;
-- backup and release manifests plus the release-files Merkle root;
-- all verification statuses and finding severities;
-- immutable assertion envelopes and exact self-digest identity;
-- point-in-time exact, degraded, refused, stale, and unverified evaluations; and
-- versioned reason, lifecycle, confidence, evidence, boundary, and consumer-decision registries.
+- all composition-operation origin rules;
+- exact expression-segment classification boundaries;
+- refusal of exact HARP classification for unknown origin, identity, generation, lineage, or AI-system identity;
+- complete ordered non-overlapping Unicode-scalar contribution-map coverage;
+- byte-stable map generation from different input orders;
+- contribution-map, policy-profile, HARP, and HARP-manifest self-digest identities;
+- exact deposit, manuscript revision, CPL head, policy profile, and export-manifest bindings;
+- HARP staleness after a later manuscript revision without invalidating historical deposit integrity;
+- explicit approval of editable suggested registration language; and
+- prohibited human/AI percentage and legal-score fields.
## Verification
@@ -47,14 +75,14 @@ Regenerate deterministically:
npm run provenance:schema:generate
```
-Validate schemas, fixtures, and vectors:
+Validate schemas, fixtures, registries, and vectors:
```powershell
npm run provenance:schema:test
```
-The schema tests are also part of `npm test`. Generated output must be committed with its generator and tests. A clean regeneration is required before changing any formal schema or vector.
+The schema tests are also part of `npm test`. Generated output must be committed with its generator and tests. A clean second regeneration must produce no changes.
## Next boundary
-Thinkloom 0.4.0 must not claim native provenance conformance. The next implementation stage replaces the MVP persistence path with the approved single-writer protocol and then executes the durable-boundary fault-injection matrix.
+Thinkloom 0.5.2 is schema-complete for this milestone but MUST NOT claim native CPL or HARP runtime conformance. Thinkloom 0.5.3 subsequently implemented the native CPL service and its core crash-injection matrix. Thinkloom 0.5.4 then established the exact-marker project boundary; all earlier unmarked projects remain read-only previews.
diff --git a/docs/provenance/STAGE-3-NATIVE-CPL-SERVICE.md b/docs/provenance/STAGE-3-NATIVE-CPL-SERVICE.md
new file mode 100644
index 0000000..b852aab
--- /dev/null
+++ b/docs/provenance/STAGE-3-NATIVE-CPL-SERVICE.md
@@ -0,0 +1,111 @@
+# Stage 3 Native CPL Service
+
+Status: **Complete for Thinkloom 0.5.3**
+
+Implementation milestone: **3**
+
+Application release: **Thinkloom 0.5.3**
+
+Schema family: **Provenance 1.0 with the additive 0.5.2 composition/HARP package**
+
+Project-format conformance target: **Thinkloom 0.6.0 / CPL 1.0**
+
+## Outcome
+
+Thinkloom 0.5.3 replaces frontend and monolithic Rust provenance authority with one modular native Composition Provenance Ledger service. The service creates immutable records, assigns contiguous event sequences, writes canonical ledger events, advances the chain head, maintains rebuildable SQLite indexes, performs recovery, and returns structured native verification reports.
+
+The implementation is organized under `src-tauri/src/provenance/`:
+
+```text
+canonical.rs
+identifiers.rs
+records.rs
+writer.rs
+ledger.rs
+recovery.rs
+verifier.rs
+composition.rs
+assertions.rs
+projections.rs
+harp.rs
+export.rs
+```
+
+## Canonical identity
+
+The native canonicalization implementation:
+
+- Normalizes JSON keys and string values to Unicode NFC.
+- Rejects NFC key collisions.
+- Orders object keys using RFC 8785 UTF-16 ordering.
+- Emits UTF-8 without a BOM and JSONL with LF delimiters.
+- Applies deterministic JSON number rendering, including normalized exponent signs and negative zero.
+- Produces lowercase `sha256:` digest strings.
+- Defines explicit identity objects for records and events, excluding only their respective self-digest fields.
+
+Native tests reproduce the Stage 2 key-order, NFC, and number vectors. Canonical timestamps use RFC 3339 UTC with exactly millisecond precision. Native identifiers use type prefixes plus a sortable millisecond and per-millisecond sequence component.
+
+## Single-writer transaction
+
+Each mutation receives a stable `client_action_id` and executes while holding an exclusive operating-system file lock for that project. The lock is held only for native provenance mutation and recovery; provider calls and Git work remain outside it.
+
+The writer follows the normative phase sequence:
+
+```text
+PREPARED
+RECORDS_DURABLE
+LEDGER_APPENDED
+CHAIN_HEAD_ADVANCED
+SQLITE_APPLIED
+COMPLETE
+```
+
+Unsafe or abandoned operations finish as `QUARANTINED` or `FAILED`. Immutable records are canonicalized and flushed in same-filesystem staging before atomic movement into `records/`. The event sequence is derived from the verified ledger immediately before append and is never reserved by SQLite.
+
+Committed action receipts make identical retries return the original event and record references. Reusing the same action ID with a different canonical command digest is an integrity error.
+
+## Segmented ledger and recovery
+
+The ledger maintains one active JSONL segment and immutable sealed segments. Default rotation thresholds are 10,000 events or 10 MiB. Each sealed manifest binds its previous segment digest, event range, event count, byte length, file digest, and seal timestamp.
+
+Recovery runs under the writer lock and can:
+
+- Remove an unreferenced incomplete active JSONL suffix.
+- Complete an interrupted segment-manifest move after validating its digest.
+- Advance a chain head that is behind a complete durable event.
+- Reconstruct a missing head from the verified final event.
+- Quarantine staged or final immutable records that have no committed event.
+- Replay committed actions and rebuild SQLite event, record, and idempotency indexes.
+- Refuse automatic repair when the head is ahead of the readable ledger or an authoritative contradiction exists.
+
+## Native verification
+
+The verifier returns the normative `VERIFIED`, `VERIFIED_WITH_WARNINGS`, `INCOMPLETE`, `FAILED`, or `UNSAFE` status with scoped findings. It checks:
+
+- Project identity, exact timestamps, contiguous sequences, previous-event links, and event digests.
+- Active and sealed segment readability and sealed-manifest bindings.
+- Chain-head agreement with the final readable event.
+- Safe record paths, canonical record bytes, record identity, and referenced digests.
+- Registered assertion and evaluation structure when those record types are present.
+- Rebuildable SQLite index agreement, reported only as a warning when stale or unavailable.
+
+React no longer creates provenance hashes, chain heads, authoritative events, evidence-package hashes, or a local “valid” result. It supplies a stable action identifier and renders only the native verification report. Browser fallback explicitly refuses to synthesize an evidence package.
+
+## Verification matrix
+
+The Rust suite injects deterministic termination after every native writer durability boundary:
+
+- Write-intent creation.
+- First staged record write.
+- Record flush, atomic move, and directory durability step.
+- Active-segment and sealed-manifest flushes.
+- Segment and manifest moves and next-active-segment creation.
+- Ledger append before flush and after flush.
+- Chain-head temporary write, atomic replacement, and directory durability step.
+- SQLite application and final completion.
+
+For every point, recovery proves that the action is absent and retryable, committed and idempotently discoverable, deterministically completed, or quarantined without false success. Separate tests cover concurrent writers, conflicting retries, cross-segment verification, tamper detection, and SQLite reconstruction.
+
+## Release boundary
+
+Thinkloom 0.5.3 completes Milestone 3 and provides the native CPL service, but remains a v0.5 preview release. It does not add the unambiguous conforming project marker or convert existing preview projects. Milestone 4, released as 0.5.4 under the milestone/version convention, subsequently established that project boundary. The limitation in this Stage 3 record continues to apply to every unmarked project.
diff --git a/docs/provenance/STAGE-4-CONFORMING-PROJECT-BOUNDARY.md b/docs/provenance/STAGE-4-CONFORMING-PROJECT-BOUNDARY.md
new file mode 100644
index 0000000..d604a8b
--- /dev/null
+++ b/docs/provenance/STAGE-4-CONFORMING-PROJECT-BOUNDARY.md
@@ -0,0 +1,91 @@
+# Stage 4 — Conforming project boundary
+
+Status: **Complete for Thinkloom 0.5.4**
+
+Milestone/version rule: **Milestone 4 → 0.5.4**
+
+Project format: **thinkloom-cpl 1.0**
+Provenance conformance marker: **cpl-1.0**
+
+## Outcome
+
+Thinkloom 0.5.4 establishes an unambiguous boundary between newly created CPL projects and every earlier preview project. The opener classifies a selected directory by reading `project.json` and the minimum required structure before it invokes recovery, verification, SQLite, Git, or any other mutating service.
+
+Only this exact marker is supported:
+
+```json
+{
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0"
+}
+```
+
+`schemaVersion: "1.0"`, `schema_version: "1.0"`, an incomplete marker, or a differently versioned marker is not sufficient.
+
+## New-project contract
+
+New 0.5.4 projects:
+
+- serialize the formal snake-case project manifest;
+- include the exact supported marker;
+- bind the initial project manifest and provenance policy as immutable CPL records;
+- initialize `records/`, active and sealed `provenance/ledger/` storage, `reports/`, and operational `.app/` storage;
+- keep writer locks under `.app/locks/`, same-filesystem staging under `.app/temp/staging/`, recovery quarantine under `.app/recovery/`, and SQLite under `.app/state.sqlite`;
+- pass CPL recovery and native verification before becoming editable when reopened.
+
+The marker is necessary but not sufficient. Missing required directories produce `CPL_BLOCKED`; an integrity result other than `VERIFIED` or `VERIFIED_WITH_WARNINGS` also leaves the project unavailable for editing.
+
+## Classification states
+
+| Classification | Meaning | Permitted actions |
+| --- | --- | --- |
+| `CPL_CONFORMING` | Exact marker, supported schema and required structure; native recovery and verification pass | Normal editable opening |
+| `LEGACY_PREVIEW_READ_ONLY` | Marker absent, including v0.5 projects with only `schemaVersion: "1.0"` | Explain, Show Project Folder, preservation archive |
+| `UNSUPPORTED_READ_ONLY` | Invalid, partial, or unsupported marker/manifest | Explain and Show Project Folder |
+| `CPL_BLOCKED` | Exact marker is present, but structure, schema compatibility, recovery, or integrity gate fails | Explain and Show Project Folder; no editable activation |
+
+Classification itself is read-only. A read-only selection clears the active editable project so subsequent persistence and provenance commands cannot target either the legacy project or a previously open project by mistake.
+
+## Legacy preservation
+
+Thinkloom does not load legacy state into the editor and does not invoke CPL recovery for an unmarked project. The UI exposes only:
+
+- **Show project folder**; and
+- **Create preservation archive** for `LEGACY_PREVIEW_READ_ONLY` projects.
+
+The archive must be saved outside the source project. It stores each source file without content transformation, retains directory and symbolic-link entries, and includes this label:
+
+```text
+Legacy preview-project preservation archive
+Not verified, converted, or CPL-conforming
+```
+
+The native implementation inventories the source before and after archive creation. If any entry changes during the operation, it removes the incomplete destination archive and reports a retryable failure. Legacy backup import is explicitly refused.
+
+## Prohibited legacy behavior
+
+Before a future post-1.0 migration specification, Thinkloom 0.5.4 does not:
+
+- add a marker to a legacy project;
+- convert or import legacy preview data into CPL;
+- synthesize records or ledger events;
+- run CPL recovery or represent legacy provenance as verified;
+- modify Git history;
+- generate CPL evidence or HARP artifacts.
+
+## Acceptance evidence
+
+Native tests prove that:
+
+- `schemaVersion: "1.0"` without the marker is classified as legacy;
+- inspection leaves the complete source inventory unchanged;
+- exact markers remain blocked until the required layout exists;
+- partial and unsupported markers never enter recovery;
+- preservation archives reproduce arbitrary binary file bytes while leaving the source inventory unchanged.
+
+Static application acceptance tests additionally enforce inspection-before-recovery ordering, `.app` operational paths, exact marker constants, legacy-only controls, and the absence of `.thinkloom` runtime storage.
+
+## Remaining boundary
+
+Milestone 4 establishes project-format and opener conformance only. Phase 1 typed reconstruction is assigned to Milestone 5 / 0.5.5. Composition transaction lineage, contribution-map generation, HARP generation, dedicated CPL/HARP interfaces, export hardening, and the full release verification matrix remain assigned to later milestones. No HARP or legal conclusion is produced by this milestone.
diff --git a/docs/provenance/STAGE-5-PHASE-1-CPL-ROUTING.md b/docs/provenance/STAGE-5-PHASE-1-CPL-ROUTING.md
new file mode 100644
index 0000000..472b072
--- /dev/null
+++ b/docs/provenance/STAGE-5-PHASE-1-CPL-ROUTING.md
@@ -0,0 +1,62 @@
+# Stage 5 — Phase 1 CPL routing
+
+Status: **Complete for Thinkloom 0.5.5**
+
+Milestone/version rule: **Milestone 5 → 0.5.5**
+
+## Outcome
+
+Thinkloom 0.5.5 removes the generic `persist_state` provenance route. Phase 1 now submits typed native commands to the CPL service, and the ideation workspace is reconstructed by replaying canonical `phase1-operation` records in ledger order. SQLite's `phase1_projection` table is a disposable cache and can be rebuilt from the ledger and immutable records.
+
+The React state object is no longer written as an authoritative record or SQLite recovery source. Canonical Phase 1 replay covers:
+
+- human typed turns and voice-mediated human turns;
+- retained assistant responses and their provider invocation identity;
+- session creation, activation, and title revision;
+- persona, challenge level, genre, lore, provider context, and cloud-approval changes;
+- idea creation, merging, selection/status changes, and every idea revision;
+- human or assistant transcript turns appended to the drafting paper;
+- manual drafting-paper edits and clearing;
+- distillation request, response, and accepted disposition;
+- pasted/imported/external material declarations; and
+- provider invocation requests, responses, and bounded failures.
+
+## Record model
+
+Every Phase 1 event binds exactly one authoritative `phase1-operation` record containing a validated `Phase1Command`. The same event also binds operation-specific evidence records such as `transcript-turn`, `idea-revision`, `drafting-paper-revision`, `invocation-request`, `invocation-response`, `invocation-failure`, `disposition-revision`, and `source-declaration`.
+
+Typed commands use stable `client_action_id` values and the native writer's existing idempotency, canonicalization, writer lock, staging, ledger, chain-head, and recovery rules. They set `operational_state` to `None`; the former `application-state-snapshot` route is not used by the application.
+
+## Provider lifecycle boundary
+
+Before a model request or provider connectivity request performs network I/O, the runtime commits a `ProviderInvocationRequested` command containing:
+
+- invocation and session identifiers;
+- purpose and provider context;
+- canonical digests for prompt template, input, and supplied context; and
+- the exact request time.
+
+The CPL write completes and releases the exclusive writer lock before provider I/O begins. A successful call is followed by `ProviderInvocationResponded`; an error or unsuccessful connectivity result is followed by `ProviderInvocationFailed` with a bounded summary. A retained assistant turn separately binds the response to the visible conversation.
+
+## Voice and external material
+
+Voice recognition yields a human `transcript-turn` with `input_mode: voice_transcription`. Its companion record fixes `audio_retained` to `false` and `audio_reference` to null. No audio body, path, identifier, or digest is recorded.
+
+Paste handlers prevent an undeclared state-only insertion and instead commit `ExternalContentDeclared` with the retained text, target, resulting text, and the writer-facing declaration. Paste is recorded as external material; it is not automatically classified as human-authored.
+
+## Reconstruction and recovery
+
+`load_phase1_projection` reads canonical ledger events and records. It does not load a serialized React object. Recovery index rebuilding also reconstructs the disposable Phase 1 cache from those canonical inputs. Derived `ideas/ideas.json` and `conversations/sessions.json` files are convenience mirrors, not replay authority.
+
+Focused native tests prove:
+
+- typed records reconstruct Phase 1 after deleting the projection cache;
+- reconstruction does not require `application-state-snapshot`;
+- a provider request is durable before simulated I/O and another writer can proceed between request and outcome; and
+- voice transcription retains text without an audio reference or audio digest.
+
+Static acceptance tests additionally ensure the frontend uses the typed command/projection routes, all required command and evidence families exist, and response/failure recording follows provider I/O.
+
+## Boundary retained
+
+This milestone instruments Phase 1 only. Manuscript transaction capture, surviving-expression lineage, partial AI acceptance ranges, contribution maps, HARP generation, and dedicated CPL/HARP interfaces remain assigned to later milestones. Thinkloom 0.5.5 does not generate HARP, infer copyrightability, or convert unmarked preview projects.
diff --git a/docs/provenance/STAGE-6-MANUSCRIPT-COMPOSITION-LINEAGE.md b/docs/provenance/STAGE-6-MANUSCRIPT-COMPOSITION-LINEAGE.md
new file mode 100644
index 0000000..af37215
--- /dev/null
+++ b/docs/provenance/STAGE-6-MANUSCRIPT-COMPOSITION-LINEAGE.md
@@ -0,0 +1,42 @@
+# Stage 6 — Manuscript composition and lineage
+
+Status: **Complete for Thinkloom 0.5.6**
+
+Milestone/version rule: **Milestone 6 → 0.5.6**
+
+## Delivered boundary
+
+Thinkloom 0.5.6 makes typed native composition commands the authoritative manuscript history. TipTap/ProseMirror `onUpdate` transactions are coalesced at idle, focus-loss, section-change, AI-operation, checkpoint, phase-change, explicit-save, and document-close boundaries. Paste, drop/move, and restoration have explicit boundary signals as well. The drafting and finalization views use the same structured editor; no finalization textarea can bypass CPL capture.
+
+Every command supplies the exact prior and resulting manuscript. Native replay rejects stale preimages and no-op commands before an event is committed. A Unicode-scalar prefix/suffix diff derives the changed range without using edit counts, elapsed time, word counts, retained-word ratios, or any other originality heuristic.
+
+## Recorded origins and lineage
+
+Inserted expression is classified as one of:
+
+- recorded direct human input;
+- human expressive input via transcription;
+- accepted AI output;
+- imported or pasted material;
+- system restoration; or
+- unattested expression.
+
+Paste is explicitly mapped to `imported_or_pasted`, never automatically to human authorship. New or legacy manuscript baselines that lack composition evidence are initialized as `unattested`.
+
+The native projection tracks lineage per normalized Unicode scalar and emits complete, non-overlapping expression spans. Each span carries stable ancestry, lineage references, operation references, origin, exact text, and a content digest. When a writer revises AI-origin text, replacement units reference the deleted AI ancestry and operation chain, preserving both the AI preimage and the later human operation.
+
+## AI acceptance
+
+AI acceptance records bind the provider invocation, retained response, accepted scalar ranges, rejected scalar ranges, partial/full disposition, operation, and result manuscript revision. Native validation requires non-empty in-range spans, rejects overlaps, requires complete scalar coverage, and verifies that the partial flag agrees with the rejected disposition.
+
+## Canonical replay and derived files
+
+The immutable `composition-command` record is the authoritative replay input. Each edit also emits `composition-operation`, `composition-content`, `manuscript-revision`, and `expression-segment` records; AI acceptance adds `ai-acceptance-disposition`. SQLite's `composition_projection` is disposable and rebuilt from ledger events and canonical records. `manuscript/manuscript.md` is written only from the resulting native projection.
+
+Composition preparation and its CPL write execute under the same exclusive project writer lock, so concurrent clients cannot commit two edits against the same preimage. The UI additionally serializes composition commands in submission order.
+
+## Acceptance evidence
+
+The Rust suite verifies mixed manual, paste, AI, human-revision, and restoration replay; Unicode-scalar partial-AI ranges; rejection of stale preimages without ledger mutation; exactly-one concurrent preimage commits; and idempotent retries with action-ID conflict detection. Static application tests verify the shared editor path, required boundaries and origins, paste classification, AI range bindings, canonical replay, and cache rebuild integration.
+
+Milestone 6 did not itself produce the contribution-map projection or HARP. The contribution-map projection is delivered by Milestone 7 / 0.5.7; HARP remains assigned to Milestone 8.
diff --git a/docs/provenance/STAGE-7-CONTRIBUTION-MAP-PROJECTION.md b/docs/provenance/STAGE-7-CONTRIBUTION-MAP-PROJECTION.md
new file mode 100644
index 0000000..7386963
--- /dev/null
+++ b/docs/provenance/STAGE-7-CONTRIBUTION-MAP-PROJECTION.md
@@ -0,0 +1,44 @@
+# Stage 7 — Contribution-map projection
+
+Status: **Complete for Thinkloom 0.5.7**
+
+Milestone/version rule: **Milestone 7 → 0.5.7**
+
+## Delivered boundary
+
+Thinkloom 0.5.7 adds a deterministic native contribution-map generator over the 0.5.6 composition ledger. Finalizing a release freezes the exact replayed manuscript as an immutable Markdown deposit, binds it to the manuscript revision and pre-projection CPL chain head, and records the deposit snapshot, contribution map, assertions, evaluations, and complete projection bundle as canonical CPL records.
+
+The native `freeze_contribution_map` and `load_contribution_map` commands also expose the projection independently of the later HARP interface. Repeating a request against the same revision and configuration reuses the existing frozen map instead of creating a time-dependent duplicate.
+
+## Deterministic coverage
+
+The generator sorts source spans with bytewise ordering, validates complete source coverage, and normalizes equivalent adjacent source splits before projection. It then splits expression at structural and fixed-layout boundaries while retaining the composition ancestry ID, lineage references, and operation references. Projected ranges are ordered, non-overlapping, and cover every Unicode scalar position in the frozen deposit exactly once.
+
+Map identity excludes only `contribution_map_sha256`. IDs, configuration, layout profile, segment boundaries, assertions, and map digest are derived from canonical inputs; generation time, locale, database index order, and presentation sorting do not affect the map bytes.
+
+## Structural locators
+
+Chapter and paragraph locators are derived from the frozen Markdown structure. Page locators use the recorded layout profile's fixed Unicode-scalar capacity, defaulting to 1,800 positions. Locators are derived metadata: the authoritative anchors remain the deposit digest, manuscript revision, scalar range, and stable segment ancestry.
+
+## Independent evidence dimensions
+
+Recorded origin and transformation remain properties of expression lineage. `included_in_deposit`, `selected_by_human`, and `arranged_by_human` are separate assertions; selection and arrangement assertions are emitted only when their explicit request declarations are true. Every emitted assertion has a point-in-time evaluation bound to a chain head and dependency results.
+
+The map never converts provenance coverage into an originality or human-authorship percentage. Its denominator is explicitly defined as all normalized Unicode scalar positions in the exact frozen deposit. `recorded_positions` counts positions with a recorded origin other than `unattested`.
+
+## Visible boundaries
+
+The native projection exposes range-addressed boundaries for:
+
+- `unattested` expression with no recorded origin;
+- `degraded` lineage or missing frozen-deposit evidence;
+- `unverified` CPL or provenance evidence; and
+- `stale` deposit or manuscript-revision dependencies.
+
+Loading a frozen map re-evaluates its immutable assertions against current canonical state. A later composition revision makes the map stale without rewriting the frozen map record.
+
+## Acceptance evidence
+
+The Rust suite verifies byte-identical maps for reordered canonical inputs, normalization of equivalent source splits, structural and page splitting with stable ancestry, explicit unattested coverage, exact-map reuse, missing-deposit degradation, inconclusive-verification boundaries, and deterministic staleness after a later manuscript revision. Static integration tests verify native commands, release freezing, canonical record types, coverage invariants, locator layers, independent assertions, and all boundary states.
+
+Milestone 7 does not generate HARP or make copyrightability conclusions. Deterministic HARP generation remains assigned to Milestone 8.
diff --git a/docs/provenance/STAGE-8-HARP-GENERATION.md b/docs/provenance/STAGE-8-HARP-GENERATION.md
new file mode 100644
index 0000000..ec46e4a
--- /dev/null
+++ b/docs/provenance/STAGE-8-HARP-GENERATION.md
@@ -0,0 +1,58 @@
+# Stage 8 — Deterministic HARP generation
+
+Status: **Complete for Thinkloom 0.5.8**
+
+Milestone/version rule: **Milestone 8 → 0.5.8**
+
+## Delivered boundary
+
+Thinkloom 0.5.8 adds a deterministic native Human Authorship Record of Provenance generator over the exact frozen deposit and contribution map delivered in 0.5.7. The `generate_harp` command requires explicit approval of the identity declaration, suggested registration language, and sanitization profile. It records that approval before generation, then records the HARP, export manifest, and complete generation bundle as immutable CPL records. `load_harp` reconstructs the latest record and reevaluates its applicability against current canonical state.
+
+The generator is evidence projection code. It does not call an LLM, classify legal authorship, infer originality, compute a human percentage, or decide copyrightability or registration scope.
+
+## Generated report set
+
+Each generation creates a deterministic `reports/harp/{harp_id}/` tree containing:
+
+- a one-page human-authorship summary;
+- a visual SVG final-text contribution map;
+- representative transformation comparisons;
+- an AI-system and model disclosure;
+- provenance coverage and limitations;
+- suggested **Author Created**, **Material Excluded**, **New Material Included**, and **Note to CO** language;
+- canonical machine-readable `harp.json`;
+- a verification report;
+- the canonical contribution map used by the reports;
+- a supporting archive manifest; and
+- a schema-valid HARP export manifest.
+
+Every generated report carries the exact deposit digest, manuscript revision and digest, CPL chain head and sequence, HARP/schema/application versions, policy-profile ID/version/digest/retrieval date, sanitization profile, and a statement that copyrightability remains a U.S. Copyright Office determination.
+
+## Determinism and disclosure
+
+HARP identity is derived from canonical immutable dependencies: the deposit, manuscript revision, contribution map, source CPL binding, bundled read-only policy profile, assertion set, declared dependency set, and approved request. Repeating an identical request replays the same approval action and returns the existing byte-identical HARP without adding ledger events.
+
+Accepted-AI-output segments are joined to recorded invocation requests to disclose provider and model identity. Missing identity is represented as `unknown` and prevents `exact` evidentiary status. Representative transformations are selected by stable operation ID; the `sanitized` profile omits source excerpts while retaining hashes and structural facts.
+
+Coverage always uses normalized Unicode scalar positions. It describes provenance coverage and is never presented as an authorship percentage.
+
+## Staleness
+
+Loading HARP reevaluates its dependencies without rewriting the historical record. The result becomes visibly stale when any of the following changes or becomes unavailable:
+
+- active manuscript revision;
+- frozen deposit bytes or digest;
+- contribution-map digest or classification;
+- registration policy-profile digest;
+- immutable assertion set;
+- assertion or lineage dependency set;
+- approved HARP request; or
+- native CPL verification state.
+
+The historical exact-deposit HARP remains inspectable while its current-work applicability changes to `stale` with deterministic reason codes.
+
+## Acceptance evidence
+
+The native Rust suite generates the complete artifact tree from a verified CPL project, verifies exact status, checks idempotent regeneration and stable event count, then edits the manuscript and verifies deterministic staleness. Additional tests mutate each dependency class, validate the bundled policy digest and application compatibility, prohibit model/network/classifier dependencies, verify every report and shared metadata field, and validate every generated Stage 2 schema fixture.
+
+Milestone 8 supplies the native generator and artifact contract. The guided approval/preview user interface remains assigned to Milestone 9.
diff --git a/docs/provenance/STAGE-9-HARP-CPL-USER-INTERFACES.md b/docs/provenance/STAGE-9-HARP-CPL-USER-INTERFACES.md
new file mode 100644
index 0000000..159a9a8
--- /dev/null
+++ b/docs/provenance/STAGE-9-HARP-CPL-USER-INTERFACES.md
@@ -0,0 +1,39 @@
+# Stage 9 — HARP and CPL user interfaces
+
+Status: **Complete for Thinkloom 0.5.9**
+
+Milestone/version rule: **Milestone 9 → 0.5.9**
+
+## Delivered boundary
+
+Thinkloom 0.5.9 replaces the simplified provenance preview with two connected native-data views. The CPL explorer displays native verification status, the composition timeline and immutable records, final-text expression lineage, assertions and current evaluations, and exact, degraded, stale, or unverified evidence boundaries. When a HARP exists, its statement trace connects each evidentiary or derived statement to the relevant CPL segments, assertions, evaluations, and records. User declarations identify their approval records and explicitly show that assertions and evaluations are not applicable.
+
+The HARP preparation wizard requires the user to review or create an exact frozen deposit, confirm an identity declaration, inspect AI-system disclosures and contribution classifications, resolve stale evidence or explicitly accept other non-exact boundaries, preview and edit suggested application language, choose a sanitized or full-private supporting archive, and explicitly approve generation. The approval gate resets when approval-relevant inputs change.
+
+## Evidence-language boundary
+
+The interface visibly separates:
+
+- evidence facts read from CPL records;
+- user declarations recorded at approval;
+- deterministic derived classifications;
+- editable suggested application language; and
+- legal determinations Thinkloom does not make.
+
+Verification status comes from the native CPL verifier. The frontend does not manufacture a `valid` declaration, derive authorship percentages, or decide authorship, originality, copyrightability, ownership, or registrability.
+
+## Native projections
+
+- `load_cpl_explorer` verifies the project and returns a read-only event, record, composition, contribution-map, HARP, and statement-trace projection.
+- `prepare_harp` returns the current frozen map, recorded AI-system disclosures, immutable policy profile, existing HARP, suggested language, and legal-scope statement without generating an artifact.
+- `freeze_contribution_map` and `generate_harp` remain the only mutation commands used by the wizard.
+
+The explorer projection exposes structural identifiers and digests required for tracing; it does not expose protected record bodies as a shortcut for frontend classification.
+
+## Acceptance evidence
+
+- Static UI tests cover both views, native command wiring, the evidence categories, the seven preparation steps, explicit approval, and the no-percentage/no-frontend-validity boundary.
+- A native integration test creates a CPL project, freezes an exact deposit, generates a HARP, verifies the chain, and proves the HARP claim summary reaches non-empty segment, assertion, evaluation, and underlying-record sets.
+- Identity remains visibly classified as a user declaration: it links to approval records while assertion and evaluation links are explicitly not applicable.
+
+Unmarked preview projects retain the preservation-only behavior established in 0.5.4 and cannot be represented as CPL-conforming evidence.
diff --git a/docs/provenance/STATE-MACHINES.md b/docs/provenance/STATE-MACHINES.md
index b70f3e7..2835814 100644
--- a/docs/provenance/STATE-MACHINES.md
+++ b/docs/provenance/STATE-MACHINES.md
@@ -52,7 +52,7 @@ The same `client_action_id` with a materially different canonical command digest
## 2. Startup recovery
-Recovery begins before an editable project becomes active. It obtains the project writer lock and classifies the project:
+For a project already classified as CPL-conforming under §11, recovery begins before it becomes editable. Recovery obtains the project writer lock and classifies the project:
```text
CLEAN
@@ -252,3 +252,59 @@ Content already discarded under minimal retention cannot be recreated. Content a
Emergency purge is not ordinary recovery. It requires a separate confirmed state machine that freezes the source, identifies every affected record/reference/index/Git object/export, creates a purge manifest, rewrites retained evidence and Git history, establishes a new chain root, verifies the result, and records the superseded root when safe.
The UI MUST disclose that earlier copies, backups, releases, and exports cannot be revoked.
+
+## 11. Project-format and CPL-conformance classification
+
+Project classification MUST complete without modifying the selected directory and before startup recovery, verification, or any other provenance command.
+
+```mermaid
+stateDiagram-v2
+ [*] --> INSPECTING: read marker and minimum structure only
+ INSPECTING --> LEGACY_PREVIEW_READ_ONLY: marker absent or v0.5.x-or-earlier preview
+ INSPECTING --> UNSUPPORTED_READ_ONLY: CPL marker present but unsupported
+ INSPECTING --> CPL_RECOVERY_REQUIRED: exact supported CPL marker
+ CPL_RECOVERY_REQUIRED --> CPL_EDITABLE: recovery and required verification pass
+ CPL_RECOVERY_REQUIRED --> CPL_BLOCKED: incomplete, failed, unsafe, or incompatible
+ LEGACY_PREVIEW_READ_ONLY --> PRESERVATION_ARCHIVE: explicit user request
+ PRESERVATION_ARCHIVE --> LEGACY_PREVIEW_READ_ONLY: byte-preserving archive complete
+```
+
+`LEGACY_PREVIEW_READ_ONLY` permits only explanation, Show Project Folder, and a byte-preserving preservation archive. It MUST NOT invoke CPL recovery, synthesize records, generate HARP, or write a marker. A `schemaVersion: 1.0` field is not a CPL marker. Only the exact supported marker in Specification §23 can enter `CPL_RECOVERY_REQUIRED`, and the marker alone never establishes conformance.
+
+## 12. Deposit and HARP lifecycle
+
+HARP applicability, HARP integrity verification, CPL verification, evidence-boundary status, policy-profile currency, and user approval are independent state dimensions.
+
+```mermaid
+stateDiagram-v2
+ [*] --> WORKING
+ WORKING --> DEPOSIT_FROZEN: select exact file; bind digest and manuscript revision
+ DEPOSIT_FROZEN --> EVIDENCE_PROJECTED: deterministic contribution map
+ EVIDENCE_PROJECTED --> USER_REVIEW: show facts, declarations, boundaries, and suggestions
+ USER_REVIEW --> LANGUAGE_APPROVED: user edits or accepts exact suggested strings
+ LANGUAGE_APPROVED --> GENERATED: generate immutable HARP and manifest
+ GENERATED --> CURRENT: native integrity verification succeeds
+ DEPOSIT_FROZEN --> STALE: manuscript edit or restore
+ EVIDENCE_PROJECTED --> STALE: manuscript edit, restore, or dependency change
+ USER_REVIEW --> STALE: manuscript edit, restore, or dependency change
+ LANGUAGE_APPROVED --> STALE: manuscript edit, restore, or dependency change
+ GENERATED --> STALE: current work or bound dependency changes
+ CURRENT --> STALE: current work or bound dependency changes
+ STALE --> DEPOSIT_FROZEN: select and freeze a new exact deposit
+```
+
+### 12.1 Deposit freeze
+
+Under the writer lock, Thinkloom MUST validate that the project is CPL-conforming, finish meaningful edit transactions, select the exact deposit file, compute its digest and byte length, and bind the manuscript revision, CPL chain head and sequence, and layout profile. It then records the immutable deposit snapshot and CPL event. Page, chapter, paragraph, and line locators are derived; stable expression-segment IDs, revision IDs, and digests remain authoritative.
+
+### 12.2 Projection and review
+
+Projection and report rendering occur outside the writer lock from frozen canonical inputs. Before generation, the user MUST be shown unattested, unknown, degraded, stale, and unverified boundaries; self-declared identity status; recorded AI-system disclosures; the policy-profile version; and editable suggested registration language. Selection/arrangement overlays MUST remain separate from recorded origin.
+
+The transition to `LANGUAGE_APPROVED` requires an explicit user action that binds the exact `Author Created`, `Material Excluded`, `New Material Included`, and optional `Note to CO` strings. Merely opening, previewing, or exporting a draft does not approve them.
+
+### 12.3 Generation, verification, and staleness
+
+Under the writer lock, Thinkloom revalidates every frozen dependency and the approval digest before recording the immutable HARP, manifest, and generation event. Native verification then checks the HARP artifact bindings and source CPL scope. Success produces `CURRENT` and the label **HARP integrity verified**, never **authorship verified**.
+
+Any later manuscript edit or restoration makes the HARP stale for the current work, even when the exact historical deposit and HARP remain byte-valid. A changed deposit, assertion, evaluation dependency, sanitization profile, or other bound input also makes the affected HARP stale. Publishing a new policy profile does not rewrite an existing HARP; its separately reported policy status becomes `superseded`. Regeneration always starts from a new immutable deposit snapshot and never mutates the prior HARP.
diff --git a/package-lock.json b/package-lock.json
index e857b2b..94c9243 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "thinkloom",
- "version": "0.5.0",
+ "version": "0.5.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "thinkloom",
- "version": "0.5.0",
+ "version": "0.5.11",
"license": "AGPL-3.0-only",
"dependencies": {
"@tiptap/markdown": "^3.28.0",
diff --git a/package.json b/package.json
index 943e6f3..f120851 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "thinkloom",
- "version": "0.5.0",
+ "version": "0.5.11",
"author": "Christopher Chambers",
"license": "AGPL-3.0-only",
"repository": "https://github.com/Labyricorn/thinkloom-openai-hackathon.git",
@@ -16,7 +16,9 @@
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"lint": "eslint src tests scripts vite.config.ts",
- "test": "npm run typecheck && node tests/native-app.test.mjs && npm run provenance:schema:test",
+ "test": "npm run typecheck && node tests/native-app.test.mjs && node tests/native-cpl.test.mjs && node tests/project-format.test.mjs && node tests/phase1-provenance.test.mjs && node tests/composition-provenance.test.mjs && node tests/contribution-map.test.mjs && node tests/harp-generation.test.mjs && node tests/provenance-ui.test.mjs && node tests/harp-export.test.mjs && node tests/verification-matrix.test.mjs && npm run provenance:schema:test",
+ "test:windows-package": "node tests/windows-package.test.mjs",
+ "verify:windows-package": "npm run tauri build && npm run test:windows-package",
"tauri": "tauri",
"provenance:schema:generate": "node scripts/generate-provenance-stage2.mjs",
"provenance:schema:test": "node tests/provenance-schema.test.mjs"
diff --git a/schemas/provenance/v1/README.md b/schemas/provenance/v1/README.md
index f21b0f9..c8a8994 100644
--- a/schemas/provenance/v1/README.md
+++ b/schemas/provenance/v1/README.md
@@ -1,12 +1,16 @@
# Thinkloom provenance schemas 1.0
-This generated package is the formal Stage 2 contract for the approved provenance architecture. It targets JSON Schema Draft 2020-12 and ships with 40 schemas, valid fixtures, invalid fixture suites, and deterministic verification vectors.
+Package release: **Thinkloom 0.5.2**
-- `catalog.json` is the machine-readable inventory.
-- `*.schema.json` are the formal contracts.
-- `registries` defines assertion lifecycle, evaluation status, confidence, evidence, boundary, and reason semantics.
+CPL runtime target: **Thinkloom 0.6.0**
+
+This generated additive package is the formal schema contract for the approved provenance architecture, composition lineage, and HARP projection. It targets JSON Schema Draft 2020-12 and ships with 47 schemas, valid fixtures, invalid fixture suites, versioned semantic registries, and deterministic verification vectors.
+
+- `catalog.json` declares package, schema-family, per-schema introduction, and v0.6.0 compatibility without claiming native CPL conformance.
+- `*.schema.json` are closed formal contracts. The seven composition/HARP records extend rather than overload v0.4 assertions or edit transactions.
+- `registries` keeps recorded origin, transformation, selection/arrangement, evidentiary evaluation, and suggested registration treatment independent.
- `fixtures/valid` contains one canonical valid instance per schema.
-- `fixtures/invalid` covers required fields, closed-object policy, and populated enum, pattern, and numeric/string/array bounds.
-- `vectors` fixes canonicalization, timestamps, paths, JSONL, event and segment chains, self-digests, protected records, key rotation and recovery, retention policy, sanitized export, deterministic indexes, verification reports, canonical assertions and evaluations, dependency invalidation, backups, and release-Merkle behavior.
+- `fixtures/invalid` covers required fields, closed-object policy, populated constraints, and HARP-specific unknown-origin, identity, generation, and lineage boundaries.
+- `vectors` fixes canonicalization, event and segment chains, self-digests, protected records, deterministic contribution maps, exact-deposit HARP binding, staleness, policy profiles, assertions/evaluations, backups, sanitization, and release-Merkle behavior.
-Regenerate with `npm run provenance:schema:generate`. Verify with `npm run provenance:schema:test`. Generated files must be committed together with generator and vector changes. Runtime adoption is a later implementation stage; presence of this package does not imply the current native writer already conforms.
+Existing v0.4 provenance-assertion and assertion-evaluation semantics remain valid. Regenerate with `npm run provenance:schema:generate`. Verify with `npm run provenance:schema:test`. Generated files must be committed together with generator and vector changes. Package presence does not confer CPL project-format conformance. Thinkloom 0.5.4 established the exact CPL 1.0 project marker and opener boundary. Thinkloom 0.5.5 adds typed, replayable Phase 1 commands, and Thinkloom 0.5.6 adds deterministic manuscript composition lineage, and Thinkloom 0.5.7 adds the frozen-deposit contribution-map projection, and Thinkloom 0.5.8 adds deterministic exact-deposit HARP generation, and Thinkloom 0.5.9 adds connected native CPL exploration and gated HARP preparation, and Thinkloom 0.5.10 adds separate registration artifacts plus verifiable sanitized and full-private HARP archives, and Thinkloom 0.5.11 adds the executable verification matrix, native release gate, origin-preserving arrangement checks, and packaged Windows end-to-end gate, without converting unmarked v0.5.x preview projects.
diff --git a/schemas/provenance/v1/catalog.json b/schemas/provenance/v1/catalog.json
index c7b72ab..110f6d7 100644
--- a/schemas/provenance/v1/catalog.json
+++ b/schemas/provenance/v1/catalog.json
@@ -1,48 +1,340 @@
{
- "catalog_version": "1.0",
+ "catalog_version": "1.1",
+ "package_version": "0.5.2",
"dialect": "https://json-schema.org/draft/2020-12/schema",
"provenance_schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.2",
"compatible_application_versions": [
- "0.4.0"
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
],
+ "cpl_runtime_target": "0.6.0",
"native_writer_conformance": false,
+ "assertion_semantics_compatibility": "Existing v0.4 provenance-assertion and assertion-evaluation semantics remain valid and unchanged by the additive composition extension.",
"registries": [
{
"name": "assertion-lifecycle-phases",
"description": "Immutable assertion lifecycle phase observed when the relationship was asserted.",
+ "registry_version": "1.0",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/registries/assertion-lifecycle-phases.json",
"file": "registries/assertion-lifecycle-phases.json"
},
{
"name": "assertion-evaluation-statuses",
"description": "Consumer-facing point-in-time assertion conclusions.",
+ "registry_version": "1.0",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/registries/assertion-evaluation-statuses.json",
"file": "registries/assertion-evaluation-statuses.json"
},
{
"name": "assertion-confidence-dimensions",
"description": "Independent non-numeric confidence dimensions.",
+ "registry_version": "1.0",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/registries/assertion-confidence-dimensions.json",
"file": "registries/assertion-confidence-dimensions.json"
},
{
"name": "assertion-evidence-classes",
"description": "Evidence availability and authority requirements.",
+ "registry_version": "1.0",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/registries/assertion-evidence-classes.json",
"file": "registries/assertion-evidence-classes.json"
},
{
"name": "assertion-boundary-kinds",
"description": "Machine-readable boundaries preventing an unqualified exact conclusion.",
+ "registry_version": "1.0",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/registries/assertion-boundary-kinds.json",
"file": "registries/assertion-boundary-kinds.json"
},
{
"name": "assertion-reason-codes",
"description": "Stable explanations for assertion creation and evaluation outcomes.",
+ "registry_version": "1.0",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/registries/assertion-reason-codes.json",
"file": "registries/assertion-reason-codes.json"
+ },
+ {
+ "name": "composition-operation-kinds",
+ "description": "Composition-specific immutable operation kinds.",
+ "registry_version": "1.1",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "id": "https://thinkloom.app/schemas/provenance/1.0/registries/composition-operation-kinds.json",
+ "file": "registries/composition-operation-kinds.json"
+ },
+ {
+ "name": "recorded-origin-kinds",
+ "description": "Evidence classifications for how expression entered the composition, never legal authorship categories.",
+ "registry_version": "1.1",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "id": "https://thinkloom.app/schemas/provenance/1.0/registries/recorded-origin-kinds.json",
+ "file": "registries/recorded-origin-kinds.json"
+ },
+ {
+ "name": "transformation-relationships",
+ "description": "Independent relationships describing how expression changed or derived.",
+ "registry_version": "1.1",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "id": "https://thinkloom.app/schemas/provenance/1.0/registries/transformation-relationships.json",
+ "file": "registries/transformation-relationships.json"
+ },
+ {
+ "name": "contribution-map-layers",
+ "description": "Independent projection layers that must not be collapsed into recorded origin.",
+ "registry_version": "1.1",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "id": "https://thinkloom.app/schemas/provenance/1.0/registries/contribution-map-layers.json",
+ "file": "registries/contribution-map-layers.json"
+ },
+ {
+ "name": "registration-treatment-suggestions",
+ "description": "Editable policy-profile suggestions, not evidence facts or legal determinations.",
+ "registry_version": "1.1",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "id": "https://thinkloom.app/schemas/provenance/1.0/registries/registration-treatment-suggestions.json",
+ "file": "registries/registration-treatment-suggestions.json"
+ },
+ {
+ "name": "harp-limitation-codes",
+ "description": "Stable HARP limitation disclosures.",
+ "registry_version": "1.1",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "id": "https://thinkloom.app/schemas/provenance/1.0/registries/harp-limitation-codes.json",
+ "file": "registries/harp-limitation-codes.json"
+ },
+ {
+ "name": "harp-explanation-codes",
+ "description": "Stable explanations of HARP scope and interpretation.",
+ "registry_version": "1.1",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "id": "https://thinkloom.app/schemas/provenance/1.0/registries/harp-explanation-codes.json",
+ "file": "registries/harp-explanation-codes.json"
+ },
+ {
+ "name": "composition-assertion-predicates",
+ "description": "Canonical composition relationship predicates used by existing provenance assertions.",
+ "registry_version": "1.1",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "id": "https://thinkloom.app/schemas/provenance/1.0/registries/composition-assertion-predicates.json",
+ "file": "registries/composition-assertion-predicates.json"
}
],
"normative_specification": "../../../docs/provenance/STAGE-1-NORMATIVE-SPECIFICATION.md",
@@ -50,6 +342,23 @@
"schemas": [
{
"name": "assertion-evaluation",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/assertion-evaluation.schema.json",
"file": "assertion-evaluation.schema.json",
"valid_fixture": "fixtures/valid/assertion-evaluation.valid.json",
@@ -57,6 +366,23 @@
},
{
"name": "backup-manifest",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/backup-manifest.schema.json",
"file": "backup-manifest.schema.json",
"valid_fixture": "fixtures/valid/backup-manifest.valid.json",
@@ -64,27 +390,158 @@
},
{
"name": "chain-head",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/chain-head.schema.json",
"file": "chain-head.schema.json",
"valid_fixture": "fixtures/valid/chain-head.valid.json",
"invalid_fixture": "fixtures/invalid/chain-head.invalid.json"
},
+ {
+ "name": "composition-operation",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "id": "https://thinkloom.app/schemas/provenance/1.0/composition-operation.schema.json",
+ "file": "composition-operation.schema.json",
+ "valid_fixture": "fixtures/valid/composition-operation.valid.json",
+ "invalid_fixture": "fixtures/invalid/composition-operation.invalid.json"
+ },
{
"name": "content-reference",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/content-reference.schema.json",
"file": "content-reference.schema.json",
"valid_fixture": "fixtures/valid/content-reference.valid.json",
"invalid_fixture": "fixtures/invalid/content-reference.invalid.json"
},
+ {
+ "name": "contribution-map",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "id": "https://thinkloom.app/schemas/provenance/1.0/contribution-map.schema.json",
+ "file": "contribution-map.schema.json",
+ "valid_fixture": "fixtures/valid/contribution-map.valid.json",
+ "invalid_fixture": "fixtures/invalid/contribution-map.invalid.json"
+ },
{
"name": "conversation-session",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/conversation-session.schema.json",
"file": "conversation-session.schema.json",
"valid_fixture": "fixtures/valid/conversation-session.valid.json",
"invalid_fixture": "fixtures/invalid/conversation-session.invalid.json"
},
+ {
+ "name": "deposit-snapshot",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "id": "https://thinkloom.app/schemas/provenance/1.0/deposit-snapshot.schema.json",
+ "file": "deposit-snapshot.schema.json",
+ "valid_fixture": "fixtures/valid/deposit-snapshot.valid.json",
+ "invalid_fixture": "fixtures/invalid/deposit-snapshot.invalid.json"
+ },
{
"name": "derived-index-manifest",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/derived-index-manifest.schema.json",
"file": "derived-index-manifest.schema.json",
"valid_fixture": "fixtures/valid/derived-index-manifest.valid.json",
@@ -92,6 +549,23 @@
},
{
"name": "disposition-revision",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/disposition-revision.schema.json",
"file": "disposition-revision.schema.json",
"valid_fixture": "fixtures/valid/disposition-revision.valid.json",
@@ -99,6 +573,23 @@
},
{
"name": "edit-transaction",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/edit-transaction.schema.json",
"file": "edit-transaction.schema.json",
"valid_fixture": "fixtures/valid/edit-transaction.valid.json",
@@ -106,13 +597,110 @@
},
{
"name": "encrypted-key-envelope",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/encrypted-key-envelope.schema.json",
"file": "encrypted-key-envelope.schema.json",
"valid_fixture": "fixtures/valid/encrypted-key-envelope.valid.json",
"invalid_fixture": "fixtures/invalid/encrypted-key-envelope.invalid.json"
},
+ {
+ "name": "expression-segment",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "id": "https://thinkloom.app/schemas/provenance/1.0/expression-segment.schema.json",
+ "file": "expression-segment.schema.json",
+ "valid_fixture": "fixtures/valid/expression-segment.valid.json",
+ "invalid_fixture": "fixtures/invalid/expression-segment.invalid.json"
+ },
+ {
+ "name": "harp-export-manifest",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "id": "https://thinkloom.app/schemas/provenance/1.0/harp-export-manifest.schema.json",
+ "file": "harp-export-manifest.schema.json",
+ "valid_fixture": "fixtures/valid/harp-export-manifest.valid.json",
+ "invalid_fixture": "fixtures/invalid/harp-export-manifest.invalid.json"
+ },
+ {
+ "name": "human-authorship-record",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "id": "https://thinkloom.app/schemas/provenance/1.0/human-authorship-record.schema.json",
+ "file": "human-authorship-record.schema.json",
+ "valid_fixture": "fixtures/valid/human-authorship-record.valid.json",
+ "invalid_fixture": "fixtures/invalid/human-authorship-record.invalid.json"
+ },
{
"name": "idea",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/idea.schema.json",
"file": "idea.schema.json",
"valid_fixture": "fixtures/valid/idea.valid.json",
@@ -120,6 +708,23 @@
},
{
"name": "idea-revision",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/idea-revision.schema.json",
"file": "idea-revision.schema.json",
"valid_fixture": "fixtures/valid/idea-revision.valid.json",
@@ -127,6 +732,23 @@
},
{
"name": "invocation-failure",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/invocation-failure.schema.json",
"file": "invocation-failure.schema.json",
"valid_fixture": "fixtures/valid/invocation-failure.valid.json",
@@ -134,6 +756,23 @@
},
{
"name": "invocation-request",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/invocation-request.schema.json",
"file": "invocation-request.schema.json",
"valid_fixture": "fixtures/valid/invocation-request.valid.json",
@@ -141,6 +780,23 @@
},
{
"name": "invocation-response",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/invocation-response.schema.json",
"file": "invocation-response.schema.json",
"valid_fixture": "fixtures/valid/invocation-response.valid.json",
@@ -148,6 +804,23 @@
},
{
"name": "invocation-state",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/invocation-state.schema.json",
"file": "invocation-state.schema.json",
"valid_fixture": "fixtures/valid/invocation-state.valid.json",
@@ -155,6 +828,23 @@
},
{
"name": "invocation-stream-state",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/invocation-stream-state.schema.json",
"file": "invocation-stream-state.schema.json",
"valid_fixture": "fixtures/valid/invocation-stream-state.valid.json",
@@ -162,6 +852,23 @@
},
{
"name": "invocation-stream-summary",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/invocation-stream-summary.schema.json",
"file": "invocation-stream-summary.schema.json",
"valid_fixture": "fixtures/valid/invocation-stream-summary.valid.json",
@@ -169,6 +876,23 @@
},
{
"name": "ledger-segment-manifest",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/ledger-segment-manifest.schema.json",
"file": "ledger-segment-manifest.schema.json",
"valid_fixture": "fixtures/valid/ledger-segment-manifest.valid.json",
@@ -176,6 +900,23 @@
},
{
"name": "manuscript-revision",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/manuscript-revision.schema.json",
"file": "manuscript-revision.schema.json",
"valid_fixture": "fixtures/valid/manuscript-revision.valid.json",
@@ -183,6 +924,23 @@
},
{
"name": "model-capability-snapshot",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/model-capability-snapshot.schema.json",
"file": "model-capability-snapshot.schema.json",
"valid_fixture": "fixtures/valid/model-capability-snapshot.valid.json",
@@ -190,6 +948,23 @@
},
{
"name": "model-configuration-snapshot",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/model-configuration-snapshot.schema.json",
"file": "model-configuration-snapshot.schema.json",
"valid_fixture": "fixtures/valid/model-configuration-snapshot.valid.json",
@@ -197,6 +972,23 @@
},
{
"name": "project-key-manifest",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/project-key-manifest.schema.json",
"file": "project-key-manifest.schema.json",
"valid_fixture": "fixtures/valid/project-key-manifest.valid.json",
@@ -204,6 +996,23 @@
},
{
"name": "project-manifest",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/project-manifest.schema.json",
"file": "project-manifest.schema.json",
"valid_fixture": "fixtures/valid/project-manifest.valid.json",
@@ -211,6 +1020,23 @@
},
{
"name": "prompt-template",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/prompt-template.schema.json",
"file": "prompt-template.schema.json",
"valid_fixture": "fixtures/valid/prompt-template.valid.json",
@@ -218,6 +1044,23 @@
},
{
"name": "prompt-template-reference",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/prompt-template-reference.schema.json",
"file": "prompt-template-reference.schema.json",
"valid_fixture": "fixtures/valid/prompt-template-reference.valid.json",
@@ -225,6 +1068,23 @@
},
{
"name": "provenance-assertion",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/provenance-assertion.schema.json",
"file": "provenance-assertion.schema.json",
"valid_fixture": "fixtures/valid/provenance-assertion.valid.json",
@@ -232,6 +1092,23 @@
},
{
"name": "provenance-event",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/provenance-event.schema.json",
"file": "provenance-event.schema.json",
"valid_fixture": "fixtures/valid/provenance-event.valid.json",
@@ -239,6 +1116,23 @@
},
{
"name": "provenance-policy",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/provenance-policy.schema.json",
"file": "provenance-policy.schema.json",
"valid_fixture": "fixtures/valid/provenance-policy.valid.json",
@@ -246,6 +1140,23 @@
},
{
"name": "purge-manifest",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/purge-manifest.schema.json",
"file": "purge-manifest.schema.json",
"valid_fixture": "fixtures/valid/purge-manifest.valid.json",
@@ -253,6 +1164,23 @@
},
{
"name": "record-envelope",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/record-envelope.schema.json",
"file": "record-envelope.schema.json",
"valid_fixture": "fixtures/valid/record-envelope.valid.json",
@@ -260,13 +1188,68 @@
},
{
"name": "recovery-key-envelope",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/recovery-key-envelope.schema.json",
"file": "recovery-key-envelope.schema.json",
"valid_fixture": "fixtures/valid/recovery-key-envelope.valid.json",
"invalid_fixture": "fixtures/invalid/recovery-key-envelope.invalid.json"
},
+ {
+ "name": "registration-policy-profile",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "id": "https://thinkloom.app/schemas/provenance/1.0/registration-policy-profile.schema.json",
+ "file": "registration-policy-profile.schema.json",
+ "valid_fixture": "fixtures/valid/registration-policy-profile.valid.json",
+ "invalid_fixture": "fixtures/invalid/registration-policy-profile.invalid.json"
+ },
{
"name": "release-manifest",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/release-manifest.schema.json",
"file": "release-manifest.schema.json",
"valid_fixture": "fixtures/valid/release-manifest.valid.json",
@@ -274,6 +1257,23 @@
},
{
"name": "release-state",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/release-state.schema.json",
"file": "release-state.schema.json",
"valid_fixture": "fixtures/valid/release-state.valid.json",
@@ -281,6 +1281,23 @@
},
{
"name": "sanitized-export-manifest",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/sanitized-export-manifest.schema.json",
"file": "sanitized-export-manifest.schema.json",
"valid_fixture": "fixtures/valid/sanitized-export-manifest.valid.json",
@@ -288,6 +1305,23 @@
},
{
"name": "text-fragment-reference",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/text-fragment-reference.schema.json",
"file": "text-fragment-reference.schema.json",
"valid_fixture": "fixtures/valid/text-fragment-reference.valid.json",
@@ -295,6 +1329,23 @@
},
{
"name": "transcript-correction",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/transcript-correction.schema.json",
"file": "transcript-correction.schema.json",
"valid_fixture": "fixtures/valid/transcript-correction.valid.json",
@@ -302,6 +1353,23 @@
},
{
"name": "transcript-normalization",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/transcript-normalization.schema.json",
"file": "transcript-normalization.schema.json",
"valid_fixture": "fixtures/valid/transcript-normalization.valid.json",
@@ -309,6 +1377,23 @@
},
{
"name": "transcript-turn",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/transcript-turn.schema.json",
"file": "transcript-turn.schema.json",
"valid_fixture": "fixtures/valid/transcript-turn.valid.json",
@@ -316,6 +1401,23 @@
},
{
"name": "verification-report",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/verification-report.schema.json",
"file": "verification-report.schema.json",
"valid_fixture": "fixtures/valid/verification-report.valid.json",
@@ -323,6 +1425,23 @@
},
{
"name": "write-intent",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"id": "https://thinkloom.app/schemas/provenance/1.0/write-intent.schema.json",
"file": "write-intent.schema.json",
"valid_fixture": "fixtures/valid/write-intent.valid.json",
diff --git a/schemas/provenance/v1/composition-operation.schema.json b/schemas/provenance/v1/composition-operation.schema.json
new file mode 100644
index 0000000..6be8b21
--- /dev/null
+++ b/schemas/provenance/v1/composition-operation.schema.json
@@ -0,0 +1,374 @@
+{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "$id": "https://thinkloom.app/schemas/provenance/1.0/composition-operation.schema.json",
+ "title": "Composition operation",
+ "description": "Immutable composition-specific insertion, deletion, replacement, movement, paste, transcription, AI acceptance, or restoration operation; it does not overload edit transactions or assertions.",
+ "type": "object",
+ "properties": {
+ "schema_version": {
+ "const": "1.0"
+ },
+ "operation_id": {
+ "type": "string",
+ "pattern": "^operation_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "project_id": {
+ "type": "string",
+ "pattern": "^project_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "operation_kind": {
+ "enum": [
+ "insert",
+ "delete",
+ "replace",
+ "move",
+ "paste",
+ "transcription",
+ "ai_acceptance",
+ "restoration"
+ ]
+ },
+ "client_action_id": {
+ "type": "string",
+ "minLength": 8,
+ "maxLength": 200
+ },
+ "base_revision_id": {
+ "type": "string",
+ "pattern": "^revision_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "result_revision_id": {
+ "type": "string",
+ "pattern": "^revision_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "operation_sequence": {
+ "type": "integer",
+ "minimum": 1
+ },
+ "source_range": {
+ "anyOf": [
+ {
+ "$ref": "https://thinkloom.app/schemas/provenance/1.0/text-fragment-reference.schema.json"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "destination_coordinate_system": {
+ "enum": [
+ "utf8_byte",
+ "unicode_scalar",
+ "utf16_code_unit",
+ "editor_position"
+ ]
+ },
+ "destination_start": {
+ "anyOf": [
+ {
+ "type": "integer",
+ "minimum": 0
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "inserted_content_sha256": {
+ "anyOf": [
+ {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "deleted_content_sha256": {
+ "anyOf": [
+ {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "source_record_ids": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "pattern": "^[a-z][a-z0-9_]*_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "uniqueItems": true
+ },
+ "invocation_id": {
+ "anyOf": [
+ {
+ "type": "string",
+ "pattern": "^invocation_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "disposition_id": {
+ "anyOf": [
+ {
+ "type": "string",
+ "pattern": "^disposition_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "recorded_origin_kind": {
+ "enum": [
+ "recorded_direct_human_input",
+ "human_expressive_input_via_transcription",
+ "accepted_ai_output",
+ "imported_or_pasted",
+ "system_restoration",
+ "unattested"
+ ]
+ },
+ "actor_identity_status": {
+ "enum": [
+ "verified",
+ "self_declared",
+ "unknown",
+ "not_applicable"
+ ]
+ },
+ "transformation_relationships": {
+ "type": "array",
+ "items": {
+ "enum": [
+ "inserted",
+ "deleted",
+ "replaced",
+ "moved",
+ "pasted_from_external",
+ "transcribed_from_human_speech",
+ "generated_by_ai",
+ "modified_by_human",
+ "restored_from_revision",
+ "derived_from"
+ ]
+ },
+ "minItems": 1,
+ "uniqueItems": true
+ },
+ "lineage_reference_ids": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "pattern": "^[a-z][a-z0-9_]*_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "minItems": 1,
+ "uniqueItems": true
+ },
+ "recorded_at": {
+ "type": "string",
+ "format": "date-time",
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z$"
+ }
+ },
+ "required": [
+ "schema_version",
+ "operation_id",
+ "project_id",
+ "operation_kind",
+ "client_action_id",
+ "base_revision_id",
+ "result_revision_id",
+ "operation_sequence",
+ "source_range",
+ "destination_coordinate_system",
+ "destination_start",
+ "inserted_content_sha256",
+ "deleted_content_sha256",
+ "source_record_ids",
+ "invocation_id",
+ "disposition_id",
+ "recorded_origin_kind",
+ "actor_identity_status",
+ "transformation_relationships",
+ "lineage_reference_ids",
+ "recorded_at"
+ ],
+ "additionalProperties": false,
+ "allOf": [
+ {
+ "if": {
+ "properties": {
+ "operation_kind": {
+ "const": "paste"
+ }
+ },
+ "required": [
+ "operation_kind"
+ ]
+ },
+ "then": {
+ "properties": {
+ "recorded_origin_kind": {
+ "const": "imported_or_pasted"
+ }
+ }
+ }
+ },
+ {
+ "if": {
+ "properties": {
+ "operation_kind": {
+ "const": "transcription"
+ }
+ },
+ "required": [
+ "operation_kind"
+ ]
+ },
+ "then": {
+ "properties": {
+ "recorded_origin_kind": {
+ "const": "human_expressive_input_via_transcription"
+ }
+ }
+ }
+ },
+ {
+ "if": {
+ "properties": {
+ "operation_kind": {
+ "const": "ai_acceptance"
+ }
+ },
+ "required": [
+ "operation_kind"
+ ]
+ },
+ "then": {
+ "properties": {
+ "recorded_origin_kind": {
+ "const": "accepted_ai_output"
+ },
+ "invocation_id": {
+ "type": "string",
+ "pattern": "^invocation_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "disposition_id": {
+ "type": "string",
+ "pattern": "^disposition_[0-9A-HJKMNP-TV-Z]{26}$"
+ }
+ }
+ }
+ },
+ {
+ "if": {
+ "properties": {
+ "operation_kind": {
+ "const": "restoration"
+ }
+ },
+ "required": [
+ "operation_kind"
+ ]
+ },
+ "then": {
+ "properties": {
+ "recorded_origin_kind": {
+ "const": "system_restoration"
+ }
+ }
+ }
+ },
+ {
+ "if": {
+ "properties": {
+ "operation_kind": {
+ "const": "delete"
+ }
+ },
+ "required": [
+ "operation_kind"
+ ]
+ },
+ "then": {
+ "properties": {
+ "source_range": {
+ "$ref": "https://thinkloom.app/schemas/provenance/1.0/text-fragment-reference.schema.json"
+ },
+ "inserted_content_sha256": {
+ "type": "null"
+ },
+ "deleted_content_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ }
+ }
+ }
+ },
+ {
+ "if": {
+ "properties": {
+ "operation_kind": {
+ "enum": [
+ "insert",
+ "paste",
+ "transcription",
+ "ai_acceptance",
+ "restoration"
+ ]
+ }
+ },
+ "required": [
+ "operation_kind"
+ ]
+ },
+ "then": {
+ "properties": {
+ "inserted_content_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ }
+ }
+ }
+ }
+ ],
+ "examples": [
+ {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/content-reference.schema.json b/schemas/provenance/v1/content-reference.schema.json
index c9a4bc5..5433a57 100644
--- a/schemas/provenance/v1/content-reference.schema.json
+++ b/schemas/provenance/v1/content-reference.schema.json
@@ -21,6 +21,13 @@
"idea_revision",
"manuscript_revision",
"edit_transaction",
+ "composition_operation",
+ "expression_segment",
+ "contribution_map",
+ "deposit_snapshot",
+ "registration_policy_profile",
+ "human_authorship_record",
+ "harp_export_manifest",
"prompt_template",
"model_configuration",
"provenance_assertion",
diff --git a/schemas/provenance/v1/contribution-map.schema.json b/schemas/provenance/v1/contribution-map.schema.json
new file mode 100644
index 0000000..83ba5c6
--- /dev/null
+++ b/schemas/provenance/v1/contribution-map.schema.json
@@ -0,0 +1,409 @@
+{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "$id": "https://thinkloom.app/schemas/provenance/1.0/contribution-map.schema.json",
+ "title": "Deposit contribution map",
+ "description": "Deterministic non-authoritative projection providing complete ordered deposit coverage while keeping origin, transformation, selection/arrangement, evaluation, and registration treatment independent. Its digest identity excludes contribution_map_sha256.",
+ "type": "object",
+ "properties": {
+ "schema_version": {
+ "const": "1.0"
+ },
+ "contribution_map_id": {
+ "type": "string",
+ "pattern": "^map_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "project_id": {
+ "type": "string",
+ "pattern": "^project_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "deposit_id": {
+ "type": "string",
+ "pattern": "^deposit_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "deposit_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "manuscript_revision_id": {
+ "type": "string",
+ "pattern": "^revision_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "manuscript_revision_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "cpl_chain_head": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "cpl_event_sequence": {
+ "type": "integer",
+ "minimum": 1
+ },
+ "coordinate_system": {
+ "const": "unicode_scalar"
+ },
+ "coverage": {
+ "type": "object",
+ "properties": {
+ "denominator": {
+ "type": "integer",
+ "minimum": 0
+ },
+ "recorded_positions": {
+ "type": "integer",
+ "minimum": 0
+ },
+ "coverage_status": {
+ "enum": [
+ "complete",
+ "partial"
+ ]
+ },
+ "denominator_unit": {
+ "const": "normalized_unicode_scalar_position"
+ },
+ "denominator_definition": {
+ "type": "string",
+ "minLength": 1
+ }
+ },
+ "required": [
+ "denominator",
+ "recorded_positions",
+ "coverage_status",
+ "denominator_unit",
+ "denominator_definition"
+ ],
+ "additionalProperties": false
+ },
+ "layers": {
+ "type": "array",
+ "items": {
+ "enum": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment",
+ "structural_locator"
+ ]
+ },
+ "minItems": 5,
+ "uniqueItems": true,
+ "allOf": [
+ {
+ "contains": {
+ "const": "recorded_origin"
+ },
+ "minContains": 1,
+ "maxContains": 1
+ },
+ {
+ "contains": {
+ "const": "transformation"
+ },
+ "minContains": 1,
+ "maxContains": 1
+ },
+ {
+ "contains": {
+ "const": "selection_arrangement"
+ },
+ "minContains": 1,
+ "maxContains": 1
+ },
+ {
+ "contains": {
+ "const": "evidentiary_evaluation"
+ },
+ "minContains": 1,
+ "maxContains": 1
+ },
+ {
+ "contains": {
+ "const": "suggested_registration_treatment"
+ },
+ "minContains": 1,
+ "maxContains": 1
+ }
+ ]
+ },
+ "segments": {
+ "type": "array",
+ "items": {
+ "$ref": "https://thinkloom.app/schemas/provenance/1.0/expression-segment.schema.json"
+ },
+ "minItems": 1
+ },
+ "structural_locators": {
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "segment_id": {
+ "type": "string",
+ "pattern": "^segment_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "chapter": {
+ "anyOf": [
+ {
+ "type": "integer",
+ "minimum": 1
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "paragraph": {
+ "anyOf": [
+ {
+ "type": "integer",
+ "minimum": 1
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "page": {
+ "anyOf": [
+ {
+ "type": "integer",
+ "minimum": 1
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "segment_id",
+ "chapter",
+ "paragraph",
+ "page"
+ ],
+ "additionalProperties": false
+ }
+ },
+ "layout_profile": {
+ "anyOf": [
+ {
+ "type": "object",
+ "properties": {
+ "layout_profile_id": {
+ "type": "string",
+ "pattern": "^layout_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "layout_profile_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ }
+ },
+ "required": [
+ "layout_profile_id",
+ "layout_profile_sha256"
+ ],
+ "additionalProperties": false
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "generator": {
+ "type": "object",
+ "properties": {
+ "name": {
+ "type": "string",
+ "minLength": 1
+ },
+ "version": {
+ "type": "string",
+ "pattern": "^\\d+\\.\\d+\\.\\d+$"
+ },
+ "configuration_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ }
+ },
+ "required": [
+ "name",
+ "version",
+ "configuration_sha256"
+ ],
+ "additionalProperties": false
+ },
+ "classification_status": {
+ "enum": [
+ "exact",
+ "degraded",
+ "stale",
+ "unverified"
+ ]
+ },
+ "contribution_map_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ }
+ },
+ "required": [
+ "schema_version",
+ "contribution_map_id",
+ "project_id",
+ "deposit_id",
+ "deposit_sha256",
+ "manuscript_revision_id",
+ "manuscript_revision_sha256",
+ "cpl_chain_head",
+ "cpl_event_sequence",
+ "coordinate_system",
+ "coverage",
+ "layers",
+ "segments",
+ "structural_locators",
+ "layout_profile",
+ "generator",
+ "classification_status",
+ "contribution_map_sha256"
+ ],
+ "additionalProperties": false,
+ "allOf": [
+ {
+ "if": {
+ "properties": {
+ "classification_status": {
+ "const": "exact"
+ }
+ },
+ "required": [
+ "classification_status"
+ ]
+ },
+ "then": {
+ "properties": {
+ "coverage": {
+ "type": "object",
+ "properties": {
+ "coverage_status": {
+ "const": "complete"
+ }
+ },
+ "required": [
+ "coverage_status"
+ ]
+ },
+ "segments": {
+ "type": "array",
+ "items": {
+ "allOf": [
+ {
+ "$ref": "https://thinkloom.app/schemas/provenance/1.0/expression-segment.schema.json"
+ },
+ {
+ "type": "object",
+ "properties": {
+ "classification_status": {
+ "const": "exact"
+ }
+ },
+ "required": [
+ "classification_status"
+ ]
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ ],
+ "examples": [
+ {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/deposit-snapshot.schema.json b/schemas/provenance/v1/deposit-snapshot.schema.json
new file mode 100644
index 0000000..72511c2
--- /dev/null
+++ b/schemas/provenance/v1/deposit-snapshot.schema.json
@@ -0,0 +1,125 @@
+{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "$id": "https://thinkloom.app/schemas/provenance/1.0/deposit-snapshot.schema.json",
+ "title": "Exact deposit snapshot",
+ "description": "Immutable binding of the exact selected deposit file, manuscript revision, CPL head, and optional layout profile.",
+ "type": "object",
+ "properties": {
+ "schema_version": {
+ "const": "1.0"
+ },
+ "deposit_id": {
+ "type": "string",
+ "pattern": "^deposit_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "project_id": {
+ "type": "string",
+ "pattern": "^project_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "application_version": {
+ "type": "string",
+ "pattern": "^\\d+\\.\\d+\\.\\d+$"
+ },
+ "deposit_path": {
+ "type": "string",
+ "minLength": 1,
+ "pattern": "^(?!/)(?![A-Za-z]:)(?!.*\\\\)(?!.*(?:^|/)\\.\\.?(?:/|$))[^\\u0000-\\u001f]+$"
+ },
+ "media_type": {
+ "type": "string",
+ "minLength": 1
+ },
+ "byte_length": {
+ "type": "integer",
+ "minimum": 1
+ },
+ "deposit_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "manuscript_revision_id": {
+ "type": "string",
+ "pattern": "^revision_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "manuscript_revision_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "cpl_chain_head": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "cpl_event_sequence": {
+ "type": "integer",
+ "minimum": 1
+ },
+ "layout_profile": {
+ "anyOf": [
+ {
+ "type": "object",
+ "properties": {
+ "layout_profile_id": {
+ "type": "string",
+ "pattern": "^layout_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "layout_profile_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ }
+ },
+ "required": [
+ "layout_profile_id",
+ "layout_profile_sha256"
+ ],
+ "additionalProperties": false
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "created_at": {
+ "type": "string",
+ "format": "date-time",
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z$"
+ }
+ },
+ "required": [
+ "schema_version",
+ "deposit_id",
+ "project_id",
+ "application_version",
+ "deposit_path",
+ "media_type",
+ "byte_length",
+ "deposit_sha256",
+ "manuscript_revision_id",
+ "manuscript_revision_sha256",
+ "cpl_chain_head",
+ "cpl_event_sequence",
+ "layout_profile",
+ "created_at"
+ ],
+ "additionalProperties": false,
+ "examples": [
+ {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/expression-segment.schema.json b/schemas/provenance/v1/expression-segment.schema.json
new file mode 100644
index 0000000..b745158
--- /dev/null
+++ b/schemas/provenance/v1/expression-segment.schema.json
@@ -0,0 +1,256 @@
+{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "$id": "https://thinkloom.app/schemas/provenance/1.0/expression-segment.schema.json",
+ "title": "Surviving expression segment",
+ "description": "Stable surviving deposit expression with revision-bound range, digest, recorded origin, lineage, transformations, and separate selection/arrangement assertions.",
+ "type": "object",
+ "properties": {
+ "schema_version": {
+ "const": "1.0"
+ },
+ "segment_id": {
+ "type": "string",
+ "pattern": "^segment_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "project_id": {
+ "type": "string",
+ "pattern": "^project_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "revision_id": {
+ "type": "string",
+ "pattern": "^revision_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "segment_sequence": {
+ "type": "integer",
+ "minimum": 1
+ },
+ "range": {
+ "$ref": "https://thinkloom.app/schemas/provenance/1.0/text-fragment-reference.schema.json"
+ },
+ "content_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "normalized_unicode_scalar_length": {
+ "type": "integer",
+ "minimum": 1
+ },
+ "recorded_origin_kind": {
+ "enum": [
+ "recorded_direct_human_input",
+ "human_expressive_input_via_transcription",
+ "accepted_ai_output",
+ "imported_or_pasted",
+ "system_restoration",
+ "unattested"
+ ]
+ },
+ "actor_identity_status": {
+ "enum": [
+ "verified",
+ "self_declared",
+ "unknown",
+ "not_applicable"
+ ]
+ },
+ "generation_status": {
+ "enum": [
+ "recorded",
+ "unknown"
+ ]
+ },
+ "lineage_status": {
+ "enum": [
+ "recorded",
+ "unattested",
+ "unknown"
+ ]
+ },
+ "lineage_reference_ids": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "pattern": "^[a-z][a-z0-9_]*_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "uniqueItems": true
+ },
+ "operation_ids": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "pattern": "^operation_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "uniqueItems": true
+ },
+ "transformation_relationships": {
+ "type": "array",
+ "items": {
+ "enum": [
+ "inserted",
+ "deleted",
+ "replaced",
+ "moved",
+ "pasted_from_external",
+ "transcribed_from_human_speech",
+ "generated_by_ai",
+ "modified_by_human",
+ "restored_from_revision",
+ "derived_from"
+ ]
+ },
+ "uniqueItems": true
+ },
+ "assertion_ids": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "pattern": "^assertion_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "uniqueItems": true
+ },
+ "selection_arrangement_assertion_ids": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "pattern": "^assertion_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "uniqueItems": true
+ },
+ "included_in_deposit_assertion_id": {
+ "anyOf": [
+ {
+ "type": "string",
+ "pattern": "^assertion_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "classification_status": {
+ "enum": [
+ "exact",
+ "degraded",
+ "stale",
+ "unverified"
+ ]
+ }
+ },
+ "required": [
+ "schema_version",
+ "segment_id",
+ "project_id",
+ "revision_id",
+ "segment_sequence",
+ "range",
+ "content_sha256",
+ "normalized_unicode_scalar_length",
+ "recorded_origin_kind",
+ "actor_identity_status",
+ "generation_status",
+ "lineage_status",
+ "lineage_reference_ids",
+ "operation_ids",
+ "transformation_relationships",
+ "assertion_ids",
+ "selection_arrangement_assertion_ids",
+ "included_in_deposit_assertion_id",
+ "classification_status"
+ ],
+ "additionalProperties": false,
+ "allOf": [
+ {
+ "if": {
+ "properties": {
+ "classification_status": {
+ "const": "exact"
+ }
+ },
+ "required": [
+ "classification_status"
+ ]
+ },
+ "then": {
+ "properties": {
+ "recorded_origin_kind": {
+ "enum": [
+ "recorded_direct_human_input",
+ "human_expressive_input_via_transcription",
+ "accepted_ai_output",
+ "imported_or_pasted",
+ "system_restoration"
+ ]
+ },
+ "actor_identity_status": {
+ "enum": [
+ "verified",
+ "self_declared",
+ "not_applicable"
+ ]
+ },
+ "generation_status": {
+ "const": "recorded"
+ },
+ "lineage_status": {
+ "const": "recorded"
+ },
+ "lineage_reference_ids": {
+ "type": "array",
+ "minItems": 1
+ },
+ "operation_ids": {
+ "type": "array",
+ "minItems": 1
+ },
+ "assertion_ids": {
+ "type": "array",
+ "minItems": 1
+ },
+ "included_in_deposit_assertion_id": {
+ "type": "string",
+ "pattern": "^assertion_[0-9A-HJKMNP-TV-Z]{26}$"
+ }
+ }
+ }
+ }
+ ],
+ "examples": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/fixtures/invalid/composition-operation.invalid.json b/schemas/provenance/v1/fixtures/invalid/composition-operation.invalid.json
new file mode 100644
index 0000000..8d102ee
--- /dev/null
+++ b/schemas/provenance/v1/fixtures/invalid/composition-operation.invalid.json
@@ -0,0 +1,1383 @@
+{
+ "schema": "https://thinkloom.app/schemas/provenance/1.0/composition-operation.schema.json",
+ "cases": [
+ {
+ "description": "composition-operation.schema_version: reject missing required property",
+ "instance": {
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.operation_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.project_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.operation_kind: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.client_action_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.base_revision_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.result_revision_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.operation_sequence: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.source_range: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.destination_coordinate_system: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.destination_start: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.inserted_content_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.deleted_content_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.source_record_ids: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.invocation_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.disposition_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.recorded_origin_kind: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.actor_identity_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.transformation_relationships: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.lineage_reference_ids: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.recorded_at: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ]
+ }
+ },
+ {
+ "description": "composition-operation: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z",
+ "__unexpected": true
+ }
+ },
+ {
+ "description": "composition-operation.schema_version: reject value different from const",
+ "instance": {
+ "schema_version": "__INVALID_CONST__",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.operation_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "invalid-id",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.project_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "invalid-id",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.operation_kind: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "__INVALID_ENUM__",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.client_action_id: reject string below minLength",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.client_action_id: reject string above maxLength",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.base_revision_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "invalid-id",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.result_revision_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "invalid-id",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.operation_sequence: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 0,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.destination_coordinate_system: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "__INVALID_ENUM__",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.destination_start: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": -1,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.inserted_content_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:INVALID",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.source_record_ids[0]: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "invalid-id"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.recorded_origin_kind: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "__INVALID_ENUM__",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.actor_identity_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "__INVALID_ENUM__",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.transformation_relationships: reject array below minItems",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.transformation_relationships[0]: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "__INVALID_ENUM__"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.lineage_reference_ids: reject array below minItems",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.lineage_reference_ids[0]: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "invalid-id"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation.recorded_at: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "not-a-timestamp"
+ }
+ },
+ {
+ "description": "composition-operation: paste cannot claim direct human-input origin",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "paste",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "composition-operation: AI acceptance requires invocation and disposition",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "ai_acceptance",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "accepted_ai_output",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/fixtures/invalid/contribution-map.invalid.json b/schemas/provenance/v1/fixtures/invalid/contribution-map.invalid.json
new file mode 100644
index 0000000..3eb2930
--- /dev/null
+++ b/schemas/provenance/v1/fixtures/invalid/contribution-map.invalid.json
@@ -0,0 +1,10270 @@
+{
+ "schema": "https://thinkloom.app/schemas/provenance/1.0/contribution-map.schema.json",
+ "cases": [
+ {
+ "description": "contribution-map.schema_version: reject missing required property",
+ "instance": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.contribution_map_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.project_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.deposit_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.deposit_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.manuscript_revision_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.manuscript_revision_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.cpl_chain_head: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.cpl_event_sequence: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.coordinate_system: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.coverage: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.layers: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.structural_locators: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.layout_profile: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.generator: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.classification_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.contribution_map_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "contribution-map: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "__unexpected": true
+ }
+ },
+ {
+ "description": "contribution-map.schema_version: reject value different from const",
+ "instance": {
+ "schema_version": "__INVALID_CONST__",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.contribution_map_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "invalid-id",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.project_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "invalid-id",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.deposit_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "invalid-id",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.deposit_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:INVALID",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.manuscript_revision_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "invalid-id",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.manuscript_revision_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:INVALID",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.cpl_chain_head: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:INVALID",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.cpl_event_sequence: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 0,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.coordinate_system: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "__INVALID_CONST__",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.coverage.denominator: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.coverage.recorded_positions: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.coverage.coverage_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.coverage.denominator_unit: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.coverage.denominator_definition: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position"
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.coverage: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage.",
+ "__unexpected": true
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.coverage.denominator: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": -1,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.coverage.recorded_positions: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": -1,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.coverage.coverage_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "__INVALID_ENUM__",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.coverage.denominator_unit: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "__INVALID_CONST__",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.coverage.denominator_definition: reject string below minLength",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": ""
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.layers: reject array below minItems",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.layers[0]: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "__INVALID_ENUM__",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments: reject array below minItems",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].schema_version: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].segment_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].project_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].revision_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].segment_sequence: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].content_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].normalized_unicode_scalar_length: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].recorded_origin_kind: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].actor_identity_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].generation_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].lineage_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].lineage_reference_ids: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].operation_ids: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].transformation_relationships: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].assertion_ids: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].selection_arrangement_assertion_ids: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].included_in_deposit_assertion_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].classification_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0]: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact",
+ "__unexpected": true
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].schema_version: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "__INVALID_CONST__",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].segment_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "invalid-id",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].project_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "invalid-id",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].revision_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "invalid-id",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].segment_sequence: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 0,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range.schema_version: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range.document_revision_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range.coordinate_system: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range.start: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range.end: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range.preimage_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range.text_fragment_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C",
+ "__unexpected": true
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range.schema_version: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "__INVALID_CONST__",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range.document_revision_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "invalid-id",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range.coordinate_system: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "__INVALID_ENUM__",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range.start: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": -1,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range.end: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": -1,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range.preimage_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:INVALID",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].range.text_fragment_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "invalid-id"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].content_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:INVALID",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].normalized_unicode_scalar_length: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 0,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].recorded_origin_kind: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "__INVALID_ENUM__",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].actor_identity_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "__INVALID_ENUM__",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].generation_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "__INVALID_ENUM__",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].lineage_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "__INVALID_ENUM__",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].lineage_reference_ids[0]: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "invalid-id"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].operation_ids[0]: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "invalid-id"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].transformation_relationships[0]: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "__INVALID_ENUM__"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].assertion_ids[0]: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "invalid-id"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].included_in_deposit_assertion_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "invalid-id",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.segments[0].classification_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "__INVALID_ENUM__"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.structural_locators[0].segment_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.structural_locators[0].chapter: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.structural_locators[0].paragraph: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.structural_locators[0].page: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.structural_locators[0]: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1,
+ "__unexpected": true
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.structural_locators[0].segment_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "invalid-id",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.structural_locators[0].chapter: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 0,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.structural_locators[0].paragraph: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 0,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.structural_locators[0].page: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 0
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.layout_profile.layout_profile_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.layout_profile.layout_profile_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.layout_profile: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "__unexpected": true
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.layout_profile.layout_profile_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "invalid-id",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.layout_profile.layout_profile_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:INVALID"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.generator.name: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.generator.version: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.generator.configuration_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.generator: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "__unexpected": true
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.generator.name: reject string below minLength",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.generator.version: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": " invalid!",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.generator.configuration_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:INVALID"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.classification_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "__INVALID_ENUM__",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map.contribution_map_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:INVALID"
+ }
+ },
+ {
+ "description": "contribution-map: partial coverage cannot be exact",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "partial",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ },
+ {
+ "description": "contribution-map: non-exact segment cannot produce exact map",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "unverified"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/fixtures/invalid/deposit-snapshot.invalid.json b/schemas/provenance/v1/fixtures/invalid/deposit-snapshot.invalid.json
new file mode 100644
index 0000000..304714d
--- /dev/null
+++ b/schemas/provenance/v1/fixtures/invalid/deposit-snapshot.invalid.json
@@ -0,0 +1,736 @@
+{
+ "schema": "https://thinkloom.app/schemas/provenance/1.0/deposit-snapshot.schema.json",
+ "cases": [
+ {
+ "description": "deposit-snapshot.schema_version: reject missing required property",
+ "instance": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.deposit_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.project_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.application_version: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.deposit_path: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.media_type: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.byte_length: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.deposit_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.manuscript_revision_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.manuscript_revision_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.cpl_chain_head: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.cpl_event_sequence: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.layout_profile: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.created_at: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ }
+ }
+ },
+ {
+ "description": "deposit-snapshot: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z",
+ "__unexpected": true
+ }
+ },
+ {
+ "description": "deposit-snapshot.schema_version: reject value different from const",
+ "instance": {
+ "schema_version": "__INVALID_CONST__",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.deposit_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "invalid-id",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.project_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "invalid-id",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.application_version: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": " invalid!",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.deposit_path: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "../outside-project",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.deposit_path: reject string below minLength",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.media_type: reject string below minLength",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.byte_length: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 0,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.deposit_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:INVALID",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.manuscript_revision_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "invalid-id",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.manuscript_revision_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:INVALID",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.cpl_chain_head: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:INVALID",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.cpl_event_sequence: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 0,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.layout_profile.layout_profile_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.layout_profile.layout_profile_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.layout_profile: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "__unexpected": true
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.layout_profile.layout_profile_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "invalid-id",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.layout_profile.layout_profile_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:INVALID"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ {
+ "description": "deposit-snapshot.created_at: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "not-a-timestamp"
+ }
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/fixtures/invalid/expression-segment.invalid.json b/schemas/provenance/v1/fixtures/invalid/expression-segment.invalid.json
new file mode 100644
index 0000000..ecc0caf
--- /dev/null
+++ b/schemas/provenance/v1/fixtures/invalid/expression-segment.invalid.json
@@ -0,0 +1,2205 @@
+{
+ "schema": "https://thinkloom.app/schemas/provenance/1.0/expression-segment.schema.json",
+ "cases": [
+ {
+ "description": "expression-segment.schema_version: reject missing required property",
+ "instance": {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.segment_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.project_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.revision_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.segment_sequence: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.content_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.normalized_unicode_scalar_length: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.recorded_origin_kind: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.actor_identity_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.generation_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.lineage_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.lineage_reference_ids: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.operation_ids: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.transformation_relationships: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.assertion_ids: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.selection_arrangement_assertion_ids: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.included_in_deposit_assertion_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.classification_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V"
+ }
+ },
+ {
+ "description": "expression-segment: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact",
+ "__unexpected": true
+ }
+ },
+ {
+ "description": "expression-segment.schema_version: reject value different from const",
+ "instance": {
+ "schema_version": "__INVALID_CONST__",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.segment_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "invalid-id",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.project_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "invalid-id",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.revision_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "invalid-id",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.segment_sequence: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 0,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range.schema_version: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range.document_revision_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range.coordinate_system: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range.start: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range.end: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range.preimage_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range.text_fragment_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C",
+ "__unexpected": true
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range.schema_version: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "__INVALID_CONST__",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range.document_revision_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "invalid-id",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range.coordinate_system: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "__INVALID_ENUM__",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range.start: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": -1,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range.end: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": -1,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range.preimage_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:INVALID",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.range.text_fragment_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "invalid-id"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.content_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:INVALID",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.normalized_unicode_scalar_length: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 0,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.recorded_origin_kind: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "__INVALID_ENUM__",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.actor_identity_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "__INVALID_ENUM__",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.generation_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "__INVALID_ENUM__",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.lineage_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "__INVALID_ENUM__",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.lineage_reference_ids[0]: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "invalid-id"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.operation_ids[0]: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "invalid-id"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.transformation_relationships[0]: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "__INVALID_ENUM__"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.assertion_ids[0]: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "invalid-id"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.included_in_deposit_assertion_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "invalid-id",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment.classification_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "__INVALID_ENUM__"
+ }
+ },
+ {
+ "description": "expression-segment: unattested origin cannot be exact",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "unattested",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment: unknown identity cannot be exact",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "unknown",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment: unknown generation cannot be exact",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "unknown",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ {
+ "description": "expression-segment: unknown lineage cannot be exact",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "unknown",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/fixtures/invalid/harp-export-manifest.invalid.json b/schemas/provenance/v1/fixtures/invalid/harp-export-manifest.invalid.json
new file mode 100644
index 0000000..1d9acf1
--- /dev/null
+++ b/schemas/provenance/v1/fixtures/invalid/harp-export-manifest.invalid.json
@@ -0,0 +1,5945 @@
+{
+ "schema": "https://thinkloom.app/schemas/provenance/1.0/harp-export-manifest.schema.json",
+ "cases": [
+ {
+ "description": "harp-export-manifest.schema_version: reject missing required property",
+ "instance": {
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.manifest_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.project_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.harp_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.harp_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.deposit_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.deposit_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.contribution_map_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.contribution_map_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.cpl_chain_head: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.verification_report_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.sanitization_profile: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.sanitization_rules_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.omissions: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.files: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.created_at: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.manifest_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ }
+ },
+ {
+ "description": "harp-export-manifest: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324",
+ "__unexpected": true
+ }
+ },
+ {
+ "description": "harp-export-manifest.schema_version: reject value different from const",
+ "instance": {
+ "schema_version": "__INVALID_CONST__",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.manifest_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "invalid-id",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.project_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "invalid-id",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.harp_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "invalid-id",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.harp_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:INVALID",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.deposit_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "invalid-id",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.deposit_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:INVALID",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.contribution_map_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "invalid-id",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.contribution_map_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:INVALID",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.cpl_chain_head: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:INVALID",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.deposit_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.manuscript_revision_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.manuscript_revision_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.cpl_chain_head: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.cpl_event_sequence: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.harp_schema_version: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.harp_generator_version: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.application_version: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.policy_profile_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.policy_profile_version: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.policy_profile_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.policy_retrieval_date: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.sanitization_profile: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.legal_scope_statement: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private"
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office.",
+ "__unexpected": true
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.deposit_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:INVALID",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.manuscript_revision_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "invalid-id",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.manuscript_revision_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:INVALID",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.cpl_chain_head: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:INVALID",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.cpl_event_sequence: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 0,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.harp_schema_version: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": " invalid!",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.harp_generator_version: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": " invalid!",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.application_version: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": " invalid!",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.policy_profile_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "invalid-id",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.policy_profile_version: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": " invalid!",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.policy_profile_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:INVALID",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.sanitization_profile: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "__INVALID_ENUM__",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.report_metadata.legal_scope_statement: reject string below minLength",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": ""
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.verification_report_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:INVALID",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.sanitization_profile: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "__INVALID_ENUM__",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.sanitization_rules_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:INVALID",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.files: reject array below minItems",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.files[0].role: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.files[0].path: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.files[0].sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.files[0].size: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.files[0].privacy_classification: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.files[0]: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration",
+ "__unexpected": true
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.files[0].role: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "__INVALID_ENUM__",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.files[0].path: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "../outside-project",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.files[0].path: reject string below minLength",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.files[0].sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:INVALID",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.files[0].size: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 0,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.files[0].privacy_classification: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "__INVALID_ENUM__"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.created_at: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "not-a-timestamp",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ },
+ {
+ "description": "harp-export-manifest.manifest_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:INVALID"
+ }
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/fixtures/invalid/human-authorship-record.invalid.json b/schemas/provenance/v1/fixtures/invalid/human-authorship-record.invalid.json
new file mode 100644
index 0000000..78fb6e4
--- /dev/null
+++ b/schemas/provenance/v1/fixtures/invalid/human-authorship-record.invalid.json
@@ -0,0 +1,11072 @@
+{
+ "schema": "https://thinkloom.app/schemas/provenance/1.0/human-authorship-record.schema.json",
+ "cases": [
+ {
+ "description": "human-authorship-record.schema_version: reject missing required property",
+ "instance": {
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.harp_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.project_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.application_version: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.generator_version: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.deposit: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.cpl_binding: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.contribution_map: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.policy_profile: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.evidentiary_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.applicability_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.generation_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.origin_coverage_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.lineage_coverage_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.identity_declaration: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.claim_summary: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.ai_system_disclosures: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.coverage: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.representative_transformation_operation_ids: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.limitation_codes: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.explanation_codes: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.sanitization_profile: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.harp_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private"
+ }
+ },
+ {
+ "description": "human-authorship-record: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "__unexpected": true
+ }
+ },
+ {
+ "description": "human-authorship-record.schema_version: reject value different from const",
+ "instance": {
+ "schema_version": "__INVALID_CONST__",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.harp_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "invalid-id",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.project_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "invalid-id",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.application_version: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": " invalid!",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.generator_version: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": " invalid!",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.deposit.deposit_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.deposit.deposit_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.deposit.manuscript_revision_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.deposit.manuscript_revision_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.deposit: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "__unexpected": true
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.deposit.deposit_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "invalid-id",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.deposit.deposit_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:INVALID",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.deposit.manuscript_revision_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "invalid-id",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.deposit.manuscript_revision_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:INVALID"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.cpl_binding.chain_head: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.cpl_binding.event_sequence: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444"
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.cpl_binding: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42,
+ "__unexpected": true
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.cpl_binding.chain_head: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:INVALID",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.cpl_binding.event_sequence: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 0
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.contribution_map.contribution_map_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.contribution_map.contribution_map_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.contribution_map: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "__unexpected": true
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.contribution_map.contribution_map_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "invalid-id",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.contribution_map.contribution_map_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:INVALID"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.policy_profile.policy_profile_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.policy_profile.profile_version: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.policy_profile.profile_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.policy_profile.retrieved_on: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.policy_profile.status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.policy_profile: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current",
+ "__unexpected": true
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.policy_profile.policy_profile_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "invalid-id",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.policy_profile.profile_version: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": " invalid!",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.policy_profile.profile_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:INVALID",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.policy_profile.status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "__INVALID_ENUM__"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.evidentiary_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "__INVALID_ENUM__",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.applicability_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "__INVALID_ENUM__",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.generation_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "__INVALID_ENUM__",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.origin_coverage_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "__INVALID_ENUM__",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.lineage_coverage_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "__INVALID_ENUM__",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.identity_declaration.declared_name: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.identity_declaration.identity_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.identity_declaration.evidence_reference_ids: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.identity_declaration.user_approved: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ]
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.identity_declaration: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true,
+ "__unexpected": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.identity_declaration.declared_name: reject string below minLength",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.identity_declaration.identity_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "__INVALID_ENUM__",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.identity_declaration.evidence_reference_ids[0]: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "invalid-id"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.identity_declaration.user_approved: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": false
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.claim_summary: reject string below minLength",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.claim_summary: reject string above maxLength",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.ai_system_disclosures[0].provider_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.ai_system_disclosures[0].model_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.ai_system_disclosures[0].identity_status: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.ai_system_disclosures[0].included_expression_segment_ids: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded"
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.ai_system_disclosures[0]: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ],
+ "__unexpected": true
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.ai_system_disclosures[0].provider_id: reject string below minLength",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.ai_system_disclosures[0].model_id: reject string below minLength",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.ai_system_disclosures[0].identity_status: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "__INVALID_ENUM__",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.ai_system_disclosures[0].included_expression_segment_ids[0]: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "invalid-id"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.coverage.unit: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.coverage.denominator: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.coverage.recorded_positions: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.coverage.statement: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.coverage: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin.",
+ "__unexpected": true
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.coverage.unit: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "__INVALID_CONST__",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.coverage.denominator: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": -1,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.coverage.recorded_positions: reject value below minimum",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": -1,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.coverage.statement: reject string below minLength",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": ""
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.author_created: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.material_excluded: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.new_material_included: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.note_to_co: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.registration_treatment_suggestions: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.user_approved: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.approval_event_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.approved_language_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc",
+ "__unexpected": true
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.author_created: reject string above maxLength",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.material_excluded: reject string above maxLength",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.new_material_included: reject string above maxLength",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.note_to_co: reject string above maxLength",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.registration_treatment_suggestions[0]: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "__INVALID_ENUM__",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.user_approved: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": false,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.approval_event_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "invalid-id",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.suggested_registration_language.approved_language_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:INVALID"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.representative_transformation_operation_ids[0]: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "invalid-id"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.limitation_codes: reject array below minItems",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.limitation_codes[0]: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "__INVALID_ENUM__",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.explanation_codes: reject array below minItems",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.explanation_codes[0]: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "__INVALID_ENUM__",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.sanitization_profile: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "__INVALID_ENUM__",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record.harp_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:INVALID"
+ }
+ },
+ {
+ "description": "human-authorship-record: unknown identity cannot be exact",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": null,
+ "identity_status": "unknown",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record: unknown generation cannot be exact",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "unknown",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record: unknown origin cannot be exact",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "unknown",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record: unknown lineage cannot be exact",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "unknown",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record: unknown AI-system identity cannot be exact",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": null,
+ "model_id": null,
+ "identity_status": "unknown",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ {
+ "description": "human-authorship-record: human percentage is a prohibited field",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "human_percentage": 100
+ }
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/fixtures/invalid/project-manifest.invalid.json b/schemas/provenance/v1/fixtures/invalid/project-manifest.invalid.json
index e986365..a539711 100644
--- a/schemas/provenance/v1/fixtures/invalid/project-manifest.invalid.json
+++ b/schemas/provenance/v1/fixtures/invalid/project-manifest.invalid.json
@@ -1,10 +1,64 @@
{
"schema": "https://thinkloom.app/schemas/provenance/1.0/project-manifest.schema.json",
"cases": [
+ {
+ "description": "project-manifest.project_format: reject missing required property",
+ "instance": {
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
+ "schema_version": "1.0",
+ "application_version": "0.5.11",
+ "project_id": "project_01J00000000000000000000001",
+ "title": "The Attention Commons",
+ "created_at": "2026-07-17T18:42:10.123Z",
+ "updated_at": "2026-07-17T18:43:11.456Z",
+ "current_phase": "ideation",
+ "publication_status": "working",
+ "provenance_policy_id": "policy_01J0000000000000000000000H",
+ "audio_retained": false
+ }
+ },
+ {
+ "description": "project-manifest.project_format_version: reject missing required property",
+ "instance": {
+ "project_format": "thinkloom-cpl",
+ "provenance_conformance": "cpl-1.0",
+ "schema_version": "1.0",
+ "application_version": "0.5.11",
+ "project_id": "project_01J00000000000000000000001",
+ "title": "The Attention Commons",
+ "created_at": "2026-07-17T18:42:10.123Z",
+ "updated_at": "2026-07-17T18:43:11.456Z",
+ "current_phase": "ideation",
+ "publication_status": "working",
+ "provenance_policy_id": "policy_01J0000000000000000000000H",
+ "audio_retained": false
+ }
+ },
+ {
+ "description": "project-manifest.provenance_conformance: reject missing required property",
+ "instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "schema_version": "1.0",
+ "application_version": "0.5.11",
+ "project_id": "project_01J00000000000000000000001",
+ "title": "The Attention Commons",
+ "created_at": "2026-07-17T18:42:10.123Z",
+ "updated_at": "2026-07-17T18:43:11.456Z",
+ "current_phase": "ideation",
+ "publication_status": "working",
+ "provenance_policy_id": "policy_01J0000000000000000000000H",
+ "audio_retained": false
+ }
+ },
{
"description": "project-manifest.schema_version: reject missing required property",
"instance": {
- "application_version": "0.4.0",
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
@@ -18,6 +72,9 @@
{
"description": "project-manifest.application_version: reject missing required property",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
@@ -32,8 +89,11 @@
{
"description": "project-manifest.project_id: reject missing required property",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
"updated_at": "2026-07-17T18:43:11.456Z",
@@ -46,8 +106,11 @@
{
"description": "project-manifest.title: reject missing required property",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"created_at": "2026-07-17T18:42:10.123Z",
"updated_at": "2026-07-17T18:43:11.456Z",
@@ -60,8 +123,11 @@
{
"description": "project-manifest.created_at: reject missing required property",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"updated_at": "2026-07-17T18:43:11.456Z",
@@ -74,8 +140,11 @@
{
"description": "project-manifest.updated_at: reject missing required property",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
@@ -88,8 +157,11 @@
{
"description": "project-manifest.current_phase: reject missing required property",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
@@ -102,8 +174,11 @@
{
"description": "project-manifest.publication_status: reject missing required property",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
@@ -116,8 +191,11 @@
{
"description": "project-manifest.provenance_policy_id: reject missing required property",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
@@ -130,8 +208,11 @@
{
"description": "project-manifest.audio_retained: reject missing required property",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
@@ -144,8 +225,11 @@
{
"description": "project-manifest: reject unexpected property",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
@@ -157,11 +241,68 @@
"__unexpected": true
}
},
+ {
+ "description": "project-manifest.project_format: reject value different from const",
+ "instance": {
+ "project_format": "__INVALID_CONST__",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
+ "schema_version": "1.0",
+ "application_version": "0.5.11",
+ "project_id": "project_01J00000000000000000000001",
+ "title": "The Attention Commons",
+ "created_at": "2026-07-17T18:42:10.123Z",
+ "updated_at": "2026-07-17T18:43:11.456Z",
+ "current_phase": "ideation",
+ "publication_status": "working",
+ "provenance_policy_id": "policy_01J0000000000000000000000H",
+ "audio_retained": false
+ }
+ },
+ {
+ "description": "project-manifest.project_format_version: reject value different from const",
+ "instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "__INVALID_CONST__",
+ "provenance_conformance": "cpl-1.0",
+ "schema_version": "1.0",
+ "application_version": "0.5.11",
+ "project_id": "project_01J00000000000000000000001",
+ "title": "The Attention Commons",
+ "created_at": "2026-07-17T18:42:10.123Z",
+ "updated_at": "2026-07-17T18:43:11.456Z",
+ "current_phase": "ideation",
+ "publication_status": "working",
+ "provenance_policy_id": "policy_01J0000000000000000000000H",
+ "audio_retained": false
+ }
+ },
+ {
+ "description": "project-manifest.provenance_conformance: reject value different from const",
+ "instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "__INVALID_CONST__",
+ "schema_version": "1.0",
+ "application_version": "0.5.11",
+ "project_id": "project_01J00000000000000000000001",
+ "title": "The Attention Commons",
+ "created_at": "2026-07-17T18:42:10.123Z",
+ "updated_at": "2026-07-17T18:43:11.456Z",
+ "current_phase": "ideation",
+ "publication_status": "working",
+ "provenance_policy_id": "policy_01J0000000000000000000000H",
+ "audio_retained": false
+ }
+ },
{
"description": "project-manifest.schema_version: reject value different from const",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "__INVALID_CONST__",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
@@ -175,6 +316,9 @@
{
"description": "project-manifest.application_version: reject pattern mismatch",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
"application_version": " invalid!",
"project_id": "project_01J00000000000000000000001",
@@ -190,8 +334,11 @@
{
"description": "project-manifest.project_id: reject pattern mismatch",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "invalid-id",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
@@ -205,8 +352,11 @@
{
"description": "project-manifest.title: reject string below minLength",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "",
"created_at": "2026-07-17T18:42:10.123Z",
@@ -220,8 +370,11 @@
{
"description": "project-manifest.created_at: reject pattern mismatch",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "not-a-timestamp",
@@ -235,8 +388,11 @@
{
"description": "project-manifest.updated_at: reject pattern mismatch",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
@@ -250,8 +406,11 @@
{
"description": "project-manifest.current_phase: reject value outside enum",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
@@ -265,8 +424,11 @@
{
"description": "project-manifest.publication_status: reject value outside enum",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
@@ -280,8 +442,11 @@
{
"description": "project-manifest.provenance_policy_id: reject pattern mismatch",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
@@ -295,8 +460,11 @@
{
"description": "project-manifest.audio_retained: reject value different from const",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
diff --git a/schemas/provenance/v1/fixtures/invalid/registration-policy-profile.invalid.json b/schemas/provenance/v1/fixtures/invalid/registration-policy-profile.invalid.json
new file mode 100644
index 0000000..c200202
--- /dev/null
+++ b/schemas/provenance/v1/fixtures/invalid/registration-policy-profile.invalid.json
@@ -0,0 +1,3789 @@
+{
+ "schema": "https://thinkloom.app/schemas/provenance/1.0/registration-policy-profile.schema.json",
+ "cases": [
+ {
+ "description": "registration-policy-profile.schema_version: reject missing required property",
+ "instance": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.policy_profile_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.profile_version: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.application_version: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.compatible_application_versions: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.jurisdiction: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.work_class: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.application_type: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.official_sources: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.field_terminology: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.supported_treatment_suggestions: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.disclaimer_text: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.copyright_office_determination_required: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.read_only: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.profile_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true
+ }
+ },
+ {
+ "description": "registration-policy-profile: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "__unexpected": true
+ }
+ },
+ {
+ "description": "registration-policy-profile.schema_version: reject value different from const",
+ "instance": {
+ "schema_version": "__INVALID_CONST__",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.policy_profile_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "invalid-id",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.profile_version: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": " invalid!",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.application_version: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": " invalid!",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.compatible_application_versions: reject array below minItems",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.compatible_application_versions[0]: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ " invalid!",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.jurisdiction: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "__INVALID_CONST__",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.work_class: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "__INVALID_CONST__",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.application_type: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "__INVALID_CONST__",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.official_sources: reject array below minItems",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.official_sources[0].title: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.official_sources[0].source_url: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.official_sources[0].source_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.official_sources[0].published_on: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.official_sources[0].retrieved_on: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.official_sources[0]: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19",
+ "__unexpected": true
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.official_sources[0].title: reject string below minLength",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.official_sources[0].source_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:INVALID",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.field_terminology.author_created: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.field_terminology.material_excluded: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.field_terminology.new_material_included: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.field_terminology.note_to_co: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.field_terminology: reject unexpected property",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO",
+ "__unexpected": true
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.field_terminology.author_created: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "__INVALID_CONST__",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.field_terminology.material_excluded: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "__INVALID_CONST__",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.field_terminology.new_material_included: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "__INVALID_CONST__",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.field_terminology.note_to_co: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "__INVALID_CONST__"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.supported_treatment_suggestions: reject array below minItems",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.supported_treatment_suggestions[0]: reject value outside enum",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "__INVALID_ENUM__",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.disclaimer_text: reject string below minLength",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.copyright_office_determination_required: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": false,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.read_only: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": false,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ },
+ {
+ "description": "registration-policy-profile.profile_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:INVALID"
+ }
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/fixtures/invalid/sanitized-export-manifest.invalid.json b/schemas/provenance/v1/fixtures/invalid/sanitized-export-manifest.invalid.json
index a47d41d..c3e3db9 100644
--- a/schemas/provenance/v1/fixtures/invalid/sanitized-export-manifest.invalid.json
+++ b/schemas/provenance/v1/fixtures/invalid/sanitized-export-manifest.invalid.json
@@ -6,19 +6,26 @@
"instance": {
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -31,19 +38,26 @@
"instance": {
"schema_version": "1.0",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -56,19 +70,122 @@
"instance": {
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
+ "sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "size": 1024
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ }
+ },
+ {
+ "description": "sanitized-export-manifest.harp_id: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "export_id": "record_01J00000000000000000000005",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
+ "omission_rules": [
+ {
+ "category": "private_conversation",
+ "action": "exclude",
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
+ }
+ ],
+ "rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "files": [
+ {
+ "path": "evidence/harp-binding.json",
+ "sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "size": 1024
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ }
+ },
+ {
+ "description": "sanitized-export-manifest.harp_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "export_id": "record_01J00000000000000000000005",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
+ "omission_rules": [
+ {
+ "category": "private_conversation",
+ "action": "exclude",
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
+ }
+ ],
+ "rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "files": [
+ {
+ "path": "evidence/harp-binding.json",
+ "sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "size": 1024
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ }
+ },
+ {
+ "description": "sanitized-export-manifest.deposit_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "export_id": "record_01J00000000000000000000005",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
+ "omission_rules": [
+ {
+ "category": "private_conversation",
+ "action": "exclude",
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
+ }
+ ],
+ "rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "files": [
+ {
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -82,18 +199,25 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -107,18 +231,89 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
+ "sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "size": 1024
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ }
+ },
+ {
+ "description": "sanitized-export-manifest.completeness_claim: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "export_id": "record_01J00000000000000000000005",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "profile": "sanitized",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
+ "omission_rules": [
+ {
+ "category": "private_conversation",
+ "action": "exclude",
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
+ }
+ ],
+ "rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "files": [
+ {
+ "path": "evidence/harp-binding.json",
+ "sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "size": 1024
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ }
+ },
+ {
+ "description": "sanitized-export-manifest.verification_scope_statement: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "export_id": "record_01J00000000000000000000005",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "omission_rules": [
+ {
+ "category": "private_conversation",
+ "action": "exclude",
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
+ }
+ ],
+ "rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "files": [
+ {
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -132,12 +327,17 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -151,18 +351,25 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -176,13 +383,20 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
@@ -195,19 +409,26 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -220,19 +441,26 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -247,19 +475,26 @@
"schema_version": "__INVALID_CONST__",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -273,19 +508,26 @@
"schema_version": "1.0",
"export_id": "invalid-id",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -299,19 +541,125 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "invalid-id",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
+ "sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "size": 1024
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ }
+ },
+ {
+ "description": "sanitized-export-manifest.harp_id: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "export_id": "record_01J00000000000000000000005",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "invalid-id",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
+ "omission_rules": [
+ {
+ "category": "private_conversation",
+ "action": "exclude",
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
+ }
+ ],
+ "rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "files": [
+ {
+ "path": "evidence/harp-binding.json",
+ "sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "size": 1024
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ }
+ },
+ {
+ "description": "sanitized-export-manifest.harp_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "export_id": "record_01J00000000000000000000005",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:INVALID",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
+ "omission_rules": [
+ {
+ "category": "private_conversation",
+ "action": "exclude",
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
+ }
+ ],
+ "rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "files": [
+ {
+ "path": "evidence/harp-binding.json",
+ "sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "size": 1024
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ }
+ },
+ {
+ "description": "sanitized-export-manifest.deposit_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "export_id": "record_01J00000000000000000000005",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:INVALID",
+ "source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
+ "omission_rules": [
+ {
+ "category": "private_conversation",
+ "action": "exclude",
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
+ }
+ ],
+ "rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "files": [
+ {
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -325,19 +673,26 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:INVALID",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -351,19 +706,92 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "__INVALID_CONST__",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
+ "sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "size": 1024
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ }
+ },
+ {
+ "description": "sanitized-export-manifest.completeness_claim: reject value different from const",
+ "instance": {
+ "schema_version": "1.0",
+ "export_id": "record_01J00000000000000000000005",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "profile": "sanitized",
+ "completeness_claim": "__INVALID_CONST__",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
+ "omission_rules": [
+ {
+ "category": "private_conversation",
+ "action": "exclude",
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
+ }
+ ],
+ "rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "files": [
+ {
+ "path": "evidence/harp-binding.json",
+ "sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "size": 1024
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ }
+ },
+ {
+ "description": "sanitized-export-manifest.verification_scope_statement: reject string below minLength",
+ "instance": {
+ "schema_version": "1.0",
+ "export_id": "record_01J00000000000000000000005",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "",
+ "omission_rules": [
+ {
+ "category": "private_conversation",
+ "action": "exclude",
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
+ }
+ ],
+ "rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "files": [
+ {
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -377,18 +805,25 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -402,18 +837,25 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -427,18 +869,89 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
- "action": "exclude"
+ "action": "exclude",
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
+ "sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "size": 1024
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ }
+ },
+ {
+ "description": "sanitized-export-manifest.omission_rules[0].retained_binding_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "export_id": "record_01J00000000000000000000005",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
+ "omission_rules": [
+ {
+ "category": "private_conversation",
+ "action": "exclude",
+ "count": 2,
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
+ }
+ ],
+ "rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "files": [
+ {
+ "path": "evidence/harp-binding.json",
+ "sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "size": 1024
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ }
+ },
+ {
+ "description": "sanitized-export-manifest.omission_rules[0].disclosure_sha256: reject missing required property",
+ "instance": {
+ "schema_version": "1.0",
+ "export_id": "record_01J00000000000000000000005",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
+ "omission_rules": [
+ {
+ "category": "private_conversation",
+ "action": "exclude",
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ }
+ ],
+ "rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "files": [
+ {
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -452,20 +965,27 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
"count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b",
"__unexpected": true
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -479,19 +999,26 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "__INVALID_ENUM__",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -505,19 +1032,26 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "__INVALID_ENUM__",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -531,19 +1065,92 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": -1
+ "count": -1,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
+ "sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "size": 1024
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ }
+ },
+ {
+ "description": "sanitized-export-manifest.omission_rules[0].retained_binding_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "export_id": "record_01J00000000000000000000005",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
+ "omission_rules": [
+ {
+ "category": "private_conversation",
+ "action": "exclude",
+ "count": 2,
+ "retained_binding_sha256": "sha256:INVALID",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
+ }
+ ],
+ "rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "files": [
+ {
+ "path": "evidence/harp-binding.json",
+ "sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "size": 1024
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ }
+ },
+ {
+ "description": "sanitized-export-manifest.omission_rules[0].disclosure_sha256: reject pattern mismatch",
+ "instance": {
+ "schema_version": "1.0",
+ "export_id": "record_01J00000000000000000000005",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
+ "omission_rules": [
+ {
+ "category": "private_conversation",
+ "action": "exclude",
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:INVALID"
+ }
+ ],
+ "rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "files": [
+ {
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -557,19 +1164,26 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:INVALID",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
@@ -583,13 +1197,20 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
@@ -603,13 +1224,20 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
@@ -628,19 +1256,26 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"size": 1024
}
],
@@ -653,19 +1288,26 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444"
}
],
@@ -678,19 +1320,26 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024,
"__unexpected": true
@@ -705,13 +1354,20 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
@@ -731,13 +1387,20 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
@@ -757,19 +1420,26 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:INVALID",
"size": 1024
}
@@ -783,19 +1453,26 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": -1
}
@@ -809,19 +1486,26 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
diff --git a/schemas/provenance/v1/fixtures/valid/composition-operation.valid.json b/schemas/provenance/v1/fixtures/valid/composition-operation.valid.json
new file mode 100644
index 0000000..2c4259c
--- /dev/null
+++ b/schemas/provenance/v1/fixtures/valid/composition-operation.valid.json
@@ -0,0 +1,33 @@
+{
+ "schema": "https://thinkloom.app/schemas/provenance/1.0/composition-operation.schema.json",
+ "description": "Valid Composition operation example.",
+ "instance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+}
diff --git a/schemas/provenance/v1/fixtures/valid/contribution-map.valid.json b/schemas/provenance/v1/fixtures/valid/contribution-map.valid.json
new file mode 100644
index 0000000..a17232e
--- /dev/null
+++ b/schemas/provenance/v1/fixtures/valid/contribution-map.valid.json
@@ -0,0 +1,88 @@
+{
+ "schema": "https://thinkloom.app/schemas/provenance/1.0/contribution-map.schema.json",
+ "description": "Valid Deposit contribution map example.",
+ "instance": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ }
+}
diff --git a/schemas/provenance/v1/fixtures/valid/deposit-snapshot.valid.json b/schemas/provenance/v1/fixtures/valid/deposit-snapshot.valid.json
new file mode 100644
index 0000000..65dd54c
--- /dev/null
+++ b/schemas/provenance/v1/fixtures/valid/deposit-snapshot.valid.json
@@ -0,0 +1,23 @@
+{
+ "schema": "https://thinkloom.app/schemas/provenance/1.0/deposit-snapshot.schema.json",
+ "description": "Valid Exact deposit snapshot example.",
+ "instance": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ }
+}
diff --git a/schemas/provenance/v1/fixtures/valid/expression-segment.valid.json b/schemas/provenance/v1/fixtures/valid/expression-segment.valid.json
new file mode 100644
index 0000000..5614da9
--- /dev/null
+++ b/schemas/provenance/v1/fixtures/valid/expression-segment.valid.json
@@ -0,0 +1,41 @@
+{
+ "schema": "https://thinkloom.app/schemas/provenance/1.0/expression-segment.schema.json",
+ "description": "Valid Surviving expression segment example.",
+ "instance": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+}
diff --git a/schemas/provenance/v1/fixtures/valid/harp-export-manifest.valid.json b/schemas/provenance/v1/fixtures/valid/harp-export-manifest.valid.json
new file mode 100644
index 0000000..15f18bf
--- /dev/null
+++ b/schemas/provenance/v1/fixtures/valid/harp-export-manifest.valid.json
@@ -0,0 +1,82 @@
+{
+ "schema": "https://thinkloom.app/schemas/provenance/1.0/harp-export-manifest.schema.json",
+ "description": "Valid HARP export manifest example.",
+ "instance": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+}
diff --git a/schemas/provenance/v1/fixtures/valid/human-authorship-record.valid.json b/schemas/provenance/v1/fixtures/valid/human-authorship-record.valid.json
new file mode 100644
index 0000000..f5c2fc9
--- /dev/null
+++ b/schemas/provenance/v1/fixtures/valid/human-authorship-record.valid.json
@@ -0,0 +1,92 @@
+{
+ "schema": "https://thinkloom.app/schemas/provenance/1.0/human-authorship-record.schema.json",
+ "description": "Valid Human Authorship Record of Provenance example.",
+ "instance": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+}
diff --git a/schemas/provenance/v1/fixtures/valid/project-manifest.valid.json b/schemas/provenance/v1/fixtures/valid/project-manifest.valid.json
index f31e8ff..e73a1c3 100644
--- a/schemas/provenance/v1/fixtures/valid/project-manifest.valid.json
+++ b/schemas/provenance/v1/fixtures/valid/project-manifest.valid.json
@@ -2,8 +2,11 @@
"schema": "https://thinkloom.app/schemas/provenance/1.0/project-manifest.schema.json",
"description": "Valid Project manifest example.",
"instance": {
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
diff --git a/schemas/provenance/v1/fixtures/valid/registration-policy-profile.valid.json b/schemas/provenance/v1/fixtures/valid/registration-policy-profile.valid.json
new file mode 100644
index 0000000..7c52bce
--- /dev/null
+++ b/schemas/provenance/v1/fixtures/valid/registration-policy-profile.valid.json
@@ -0,0 +1,81 @@
+{
+ "schema": "https://thinkloom.app/schemas/provenance/1.0/registration-policy-profile.schema.json",
+ "description": "Valid Registration policy profile example.",
+ "instance": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+}
diff --git a/schemas/provenance/v1/fixtures/valid/sanitized-export-manifest.valid.json b/schemas/provenance/v1/fixtures/valid/sanitized-export-manifest.valid.json
index dcec593..c9f28d8 100644
--- a/schemas/provenance/v1/fixtures/valid/sanitized-export-manifest.valid.json
+++ b/schemas/provenance/v1/fixtures/valid/sanitized-export-manifest.valid.json
@@ -5,19 +5,26 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
diff --git a/schemas/provenance/v1/harp-export-manifest.schema.json b/schemas/provenance/v1/harp-export-manifest.schema.json
new file mode 100644
index 0000000..b3455ee
--- /dev/null
+++ b/schemas/provenance/v1/harp-export-manifest.schema.json
@@ -0,0 +1,438 @@
+{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "$id": "https://thinkloom.app/schemas/provenance/1.0/harp-export-manifest.schema.json",
+ "title": "HARP export manifest",
+ "description": "Immutable manifest binding the HARP, contribution map, exact deposit, verification report, archive artifacts, sanitization rules, omissions, and hashes. Its digest identity excludes manifest_sha256.",
+ "type": "object",
+ "properties": {
+ "schema_version": {
+ "const": "1.0"
+ },
+ "manifest_id": {
+ "type": "string",
+ "pattern": "^manifest_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "project_id": {
+ "type": "string",
+ "pattern": "^project_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "harp_id": {
+ "type": "string",
+ "pattern": "^harp_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "harp_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "deposit_id": {
+ "type": "string",
+ "pattern": "^deposit_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "deposit_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "contribution_map_id": {
+ "type": "string",
+ "pattern": "^map_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "contribution_map_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "cpl_chain_head": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "report_metadata": {
+ "type": "object",
+ "properties": {
+ "deposit_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "manuscript_revision_id": {
+ "type": "string",
+ "pattern": "^revision_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "manuscript_revision_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "cpl_chain_head": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "cpl_event_sequence": {
+ "type": "integer",
+ "minimum": 1
+ },
+ "harp_schema_version": {
+ "type": "string",
+ "pattern": "^\\d+\\.\\d+$"
+ },
+ "harp_generator_version": {
+ "type": "string",
+ "pattern": "^\\d+\\.\\d+\\.\\d+$"
+ },
+ "application_version": {
+ "type": "string",
+ "pattern": "^\\d+\\.\\d+\\.\\d+$"
+ },
+ "policy_profile_id": {
+ "type": "string",
+ "pattern": "^policyprofile_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "policy_profile_version": {
+ "type": "string",
+ "pattern": "^\\d+\\.\\d+\\.\\d+$"
+ },
+ "policy_profile_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "policy_retrieval_date": {
+ "type": "string",
+ "format": "date"
+ },
+ "sanitization_profile": {
+ "enum": [
+ "full_private",
+ "sanitized"
+ ]
+ },
+ "legal_scope_statement": {
+ "type": "string",
+ "minLength": 1
+ }
+ },
+ "required": [
+ "deposit_sha256",
+ "manuscript_revision_id",
+ "manuscript_revision_sha256",
+ "cpl_chain_head",
+ "cpl_event_sequence",
+ "harp_schema_version",
+ "harp_generator_version",
+ "application_version",
+ "policy_profile_id",
+ "policy_profile_version",
+ "policy_profile_sha256",
+ "policy_retrieval_date",
+ "sanitization_profile",
+ "legal_scope_statement"
+ ],
+ "additionalProperties": false
+ },
+ "verification_report_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "sanitization_profile": {
+ "enum": [
+ "full_private",
+ "sanitized"
+ ]
+ },
+ "sanitization_rules_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "omissions": {
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "category": {
+ "enum": [
+ "private_conversation",
+ "rejected_output",
+ "rejected_model_output",
+ "credential",
+ "credential_authorization_material",
+ "personal_identifier",
+ "internal_path",
+ "provider_metadata",
+ "provider_metadata_not_required",
+ "protected_source_body",
+ "other"
+ ]
+ },
+ "action": {
+ "enum": [
+ "exclude",
+ "redact",
+ "summarize"
+ ]
+ },
+ "count": {
+ "type": "integer",
+ "minimum": 1
+ },
+ "disclosure_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ }
+ },
+ "required": [
+ "category",
+ "action",
+ "count",
+ "disclosure_sha256"
+ ],
+ "additionalProperties": false
+ }
+ },
+ "files": {
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "role": {
+ "enum": [
+ "human_readable_harp",
+ "machine_readable_harp",
+ "contribution_map",
+ "deposit_copy",
+ "verification_report",
+ "supporting_archive"
+ ]
+ },
+ "path": {
+ "type": "string",
+ "minLength": 1,
+ "pattern": "^(?!/)(?![A-Za-z]:)(?!.*\\\\)(?!.*(?:^|/)\\.\\.?(?:/|$))[^\\u0000-\\u001f]+$"
+ },
+ "sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "size": {
+ "type": "integer",
+ "minimum": 1
+ },
+ "privacy_classification": {
+ "enum": [
+ "registration",
+ "deposit",
+ "sanitized_evidence",
+ "private"
+ ]
+ }
+ },
+ "required": [
+ "role",
+ "path",
+ "sha256",
+ "size",
+ "privacy_classification"
+ ],
+ "additionalProperties": false
+ },
+ "minItems": 6,
+ "uniqueItems": true,
+ "allOf": [
+ {
+ "contains": {
+ "type": "object",
+ "properties": {
+ "role": {
+ "const": "human_readable_harp"
+ }
+ },
+ "required": [
+ "role"
+ ]
+ },
+ "minContains": 1,
+ "maxContains": 1
+ },
+ {
+ "contains": {
+ "type": "object",
+ "properties": {
+ "role": {
+ "const": "machine_readable_harp"
+ }
+ },
+ "required": [
+ "role"
+ ]
+ },
+ "minContains": 1,
+ "maxContains": 1
+ },
+ {
+ "contains": {
+ "type": "object",
+ "properties": {
+ "role": {
+ "const": "contribution_map"
+ }
+ },
+ "required": [
+ "role"
+ ]
+ },
+ "minContains": 1,
+ "maxContains": 1
+ },
+ {
+ "contains": {
+ "type": "object",
+ "properties": {
+ "role": {
+ "const": "deposit_copy"
+ }
+ },
+ "required": [
+ "role"
+ ]
+ },
+ "minContains": 1,
+ "maxContains": 1
+ },
+ {
+ "contains": {
+ "type": "object",
+ "properties": {
+ "role": {
+ "const": "verification_report"
+ }
+ },
+ "required": [
+ "role"
+ ]
+ },
+ "minContains": 1,
+ "maxContains": 1
+ },
+ {
+ "contains": {
+ "type": "object",
+ "properties": {
+ "role": {
+ "const": "supporting_archive"
+ }
+ },
+ "required": [
+ "role"
+ ]
+ },
+ "minContains": 1,
+ "maxContains": 1
+ }
+ ]
+ },
+ "created_at": {
+ "type": "string",
+ "format": "date-time",
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z$"
+ },
+ "manifest_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ }
+ },
+ "required": [
+ "schema_version",
+ "manifest_id",
+ "project_id",
+ "harp_id",
+ "harp_sha256",
+ "deposit_id",
+ "deposit_sha256",
+ "contribution_map_id",
+ "contribution_map_sha256",
+ "cpl_chain_head",
+ "report_metadata",
+ "verification_report_sha256",
+ "sanitization_profile",
+ "sanitization_rules_sha256",
+ "omissions",
+ "files",
+ "created_at",
+ "manifest_sha256"
+ ],
+ "additionalProperties": false,
+ "examples": [
+ {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/human-authorship-record.schema.json b/schemas/provenance/v1/human-authorship-record.schema.json
new file mode 100644
index 0000000..d50f48f
--- /dev/null
+++ b/schemas/provenance/v1/human-authorship-record.schema.json
@@ -0,0 +1,588 @@
+{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "$id": "https://thinkloom.app/schemas/provenance/1.0/human-authorship-record.schema.json",
+ "title": "Human Authorship Record of Provenance",
+ "description": "Canonical machine-readable, non-authoritative, exact-deposit HARP projection. Exact status is evidentiary only and cannot determine legal authorship, originality, copyrightability, or a human percentage. Its digest identity excludes harp_sha256.",
+ "type": "object",
+ "properties": {
+ "schema_version": {
+ "const": "1.0"
+ },
+ "harp_id": {
+ "type": "string",
+ "pattern": "^harp_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "project_id": {
+ "type": "string",
+ "pattern": "^project_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "application_version": {
+ "type": "string",
+ "pattern": "^\\d+\\.\\d+\\.\\d+$"
+ },
+ "generator_version": {
+ "type": "string",
+ "pattern": "^\\d+\\.\\d+\\.\\d+$"
+ },
+ "deposit": {
+ "type": "object",
+ "properties": {
+ "deposit_id": {
+ "type": "string",
+ "pattern": "^deposit_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "deposit_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "manuscript_revision_id": {
+ "type": "string",
+ "pattern": "^revision_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "manuscript_revision_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ }
+ },
+ "required": [
+ "deposit_id",
+ "deposit_sha256",
+ "manuscript_revision_id",
+ "manuscript_revision_sha256"
+ ],
+ "additionalProperties": false
+ },
+ "cpl_binding": {
+ "type": "object",
+ "properties": {
+ "chain_head": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "event_sequence": {
+ "type": "integer",
+ "minimum": 1
+ }
+ },
+ "required": [
+ "chain_head",
+ "event_sequence"
+ ],
+ "additionalProperties": false
+ },
+ "contribution_map": {
+ "type": "object",
+ "properties": {
+ "contribution_map_id": {
+ "type": "string",
+ "pattern": "^map_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "contribution_map_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ }
+ },
+ "required": [
+ "contribution_map_id",
+ "contribution_map_sha256"
+ ],
+ "additionalProperties": false
+ },
+ "policy_profile": {
+ "type": "object",
+ "properties": {
+ "policy_profile_id": {
+ "type": "string",
+ "pattern": "^policyprofile_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "profile_version": {
+ "type": "string",
+ "pattern": "^\\d+\\.\\d+\\.\\d+$"
+ },
+ "profile_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "retrieved_on": {
+ "type": "string",
+ "format": "date"
+ },
+ "status": {
+ "enum": [
+ "current",
+ "superseded",
+ "unavailable"
+ ]
+ }
+ },
+ "required": [
+ "policy_profile_id",
+ "profile_version",
+ "profile_sha256",
+ "retrieved_on",
+ "status"
+ ],
+ "additionalProperties": false
+ },
+ "evidentiary_status": {
+ "enum": [
+ "exact",
+ "degraded",
+ "stale",
+ "unverified"
+ ]
+ },
+ "applicability_status": {
+ "enum": [
+ "current",
+ "stale"
+ ]
+ },
+ "generation_status": {
+ "enum": [
+ "recorded",
+ "unknown"
+ ]
+ },
+ "origin_coverage_status": {
+ "enum": [
+ "complete",
+ "partial",
+ "unknown"
+ ]
+ },
+ "lineage_coverage_status": {
+ "enum": [
+ "complete",
+ "partial",
+ "unknown"
+ ]
+ },
+ "identity_declaration": {
+ "type": "object",
+ "properties": {
+ "declared_name": {
+ "anyOf": [
+ {
+ "type": "string",
+ "minLength": 1
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "identity_status": {
+ "enum": [
+ "verified",
+ "self_declared",
+ "unknown"
+ ]
+ },
+ "evidence_reference_ids": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "pattern": "^[a-z][a-z0-9_]*_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "uniqueItems": true
+ },
+ "user_approved": {
+ "const": true
+ }
+ },
+ "required": [
+ "declared_name",
+ "identity_status",
+ "evidence_reference_ids",
+ "user_approved"
+ ],
+ "additionalProperties": false
+ },
+ "claim_summary": {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 4000
+ },
+ "ai_system_disclosures": {
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "provider_id": {
+ "anyOf": [
+ {
+ "type": "string",
+ "minLength": 1
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "model_id": {
+ "anyOf": [
+ {
+ "type": "string",
+ "minLength": 1
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "identity_status": {
+ "enum": [
+ "recorded",
+ "unknown"
+ ]
+ },
+ "included_expression_segment_ids": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "pattern": "^segment_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "uniqueItems": true
+ }
+ },
+ "required": [
+ "provider_id",
+ "model_id",
+ "identity_status",
+ "included_expression_segment_ids"
+ ],
+ "additionalProperties": false
+ }
+ },
+ "coverage": {
+ "type": "object",
+ "properties": {
+ "unit": {
+ "const": "normalized_unicode_scalar_positions"
+ },
+ "denominator": {
+ "type": "integer",
+ "minimum": 0
+ },
+ "recorded_positions": {
+ "type": "integer",
+ "minimum": 0
+ },
+ "statement": {
+ "type": "string",
+ "minLength": 1
+ }
+ },
+ "required": [
+ "unit",
+ "denominator",
+ "recorded_positions",
+ "statement"
+ ],
+ "additionalProperties": false
+ },
+ "suggested_registration_language": {
+ "type": "object",
+ "properties": {
+ "author_created": {
+ "type": "string",
+ "maxLength": 1000
+ },
+ "material_excluded": {
+ "type": "string",
+ "maxLength": 1000
+ },
+ "new_material_included": {
+ "type": "string",
+ "maxLength": 1000
+ },
+ "note_to_co": {
+ "anyOf": [
+ {
+ "type": "string",
+ "maxLength": 2000
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "registration_treatment_suggestions": {
+ "type": "array",
+ "items": {
+ "enum": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ]
+ },
+ "uniqueItems": true
+ },
+ "user_approved": {
+ "const": true
+ },
+ "approval_event_id": {
+ "type": "string",
+ "pattern": "^event_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "approved_language_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ }
+ },
+ "required": [
+ "author_created",
+ "material_excluded",
+ "new_material_included",
+ "note_to_co",
+ "registration_treatment_suggestions",
+ "user_approved",
+ "approval_event_id",
+ "approved_language_sha256"
+ ],
+ "additionalProperties": false
+ },
+ "representative_transformation_operation_ids": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "pattern": "^operation_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "uniqueItems": true
+ },
+ "limitation_codes": {
+ "type": "array",
+ "items": {
+ "enum": [
+ "SELF_DECLARED_IDENTITY",
+ "UNKNOWN_IDENTITY",
+ "UNKNOWN_ORIGIN",
+ "UNKNOWN_GENERATION",
+ "UNKNOWN_LINEAGE",
+ "UNATTESTED_EXPRESSION",
+ "DEGRADED_COVERAGE",
+ "SUPERSEDED_POLICY_PROFILE",
+ "SANITIZED_EVIDENCE",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ]
+ },
+ "minItems": 1,
+ "uniqueItems": true
+ },
+ "explanation_codes": {
+ "type": "array",
+ "items": {
+ "enum": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ]
+ },
+ "minItems": 1,
+ "uniqueItems": true
+ },
+ "sanitization_profile": {
+ "enum": [
+ "full_private",
+ "sanitized"
+ ]
+ },
+ "harp_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ }
+ },
+ "required": [
+ "schema_version",
+ "harp_id",
+ "project_id",
+ "application_version",
+ "generator_version",
+ "deposit",
+ "cpl_binding",
+ "contribution_map",
+ "policy_profile",
+ "evidentiary_status",
+ "applicability_status",
+ "generation_status",
+ "origin_coverage_status",
+ "lineage_coverage_status",
+ "identity_declaration",
+ "claim_summary",
+ "ai_system_disclosures",
+ "coverage",
+ "suggested_registration_language",
+ "representative_transformation_operation_ids",
+ "limitation_codes",
+ "explanation_codes",
+ "sanitization_profile",
+ "harp_sha256"
+ ],
+ "additionalProperties": false,
+ "allOf": [
+ {
+ "if": {
+ "properties": {
+ "evidentiary_status": {
+ "const": "exact"
+ }
+ },
+ "required": [
+ "evidentiary_status"
+ ]
+ },
+ "then": {
+ "properties": {
+ "applicability_status": {
+ "const": "current"
+ },
+ "generation_status": {
+ "const": "recorded"
+ },
+ "origin_coverage_status": {
+ "const": "complete"
+ },
+ "lineage_coverage_status": {
+ "const": "complete"
+ },
+ "identity_declaration": {
+ "type": "object",
+ "properties": {
+ "identity_status": {
+ "enum": [
+ "verified",
+ "self_declared"
+ ]
+ }
+ },
+ "required": [
+ "identity_status"
+ ]
+ },
+ "ai_system_disclosures": {
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "identity_status": {
+ "const": "recorded"
+ }
+ },
+ "required": [
+ "identity_status"
+ ]
+ }
+ },
+ "policy_profile": {
+ "type": "object",
+ "properties": {
+ "status": {
+ "const": "current"
+ }
+ },
+ "required": [
+ "status"
+ ]
+ }
+ }
+ }
+ }
+ ],
+ "examples": [
+ {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/project-manifest.schema.json b/schemas/provenance/v1/project-manifest.schema.json
index 51e874f..12e1d08 100644
--- a/schemas/provenance/v1/project-manifest.schema.json
+++ b/schemas/provenance/v1/project-manifest.schema.json
@@ -2,9 +2,18 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://thinkloom.app/schemas/provenance/1.0/project-manifest.schema.json",
"title": "Project manifest",
- "description": "Canonical identity and lifecycle metadata for a 1.0 project.",
+ "description": "Canonical identity, exact CPL conformance marker, and lifecycle metadata for a 1.0 project.",
"type": "object",
"properties": {
+ "project_format": {
+ "const": "thinkloom-cpl"
+ },
+ "project_format_version": {
+ "const": "1.0"
+ },
+ "provenance_conformance": {
+ "const": "cpl-1.0"
+ },
"schema_version": {
"const": "1.0"
},
@@ -56,6 +65,9 @@
}
},
"required": [
+ "project_format",
+ "project_format_version",
+ "provenance_conformance",
"schema_version",
"application_version",
"project_id",
@@ -70,8 +82,11 @@
"additionalProperties": false,
"examples": [
{
+ "project_format": "thinkloom-cpl",
+ "project_format_version": "1.0",
+ "provenance_conformance": "cpl-1.0",
"schema_version": "1.0",
- "application_version": "0.4.0",
+ "application_version": "0.5.11",
"project_id": "project_01J00000000000000000000001",
"title": "The Attention Commons",
"created_at": "2026-07-17T18:42:10.123Z",
diff --git a/schemas/provenance/v1/registration-policy-profile.schema.json b/schemas/provenance/v1/registration-policy-profile.schema.json
new file mode 100644
index 0000000..0db3486
--- /dev/null
+++ b/schemas/provenance/v1/registration-policy-profile.schema.json
@@ -0,0 +1,236 @@
+{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "$id": "https://thinkloom.app/schemas/provenance/1.0/registration-policy-profile.schema.json",
+ "title": "Registration policy profile",
+ "description": "Immutable read-only U.S. literary-work Standard Application terminology and disclaimer profile. Its digest identity excludes profile_sha256.",
+ "type": "object",
+ "properties": {
+ "schema_version": {
+ "const": "1.0"
+ },
+ "policy_profile_id": {
+ "type": "string",
+ "pattern": "^policyprofile_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "profile_version": {
+ "type": "string",
+ "pattern": "^\\d+\\.\\d+\\.\\d+$"
+ },
+ "application_version": {
+ "type": "string",
+ "pattern": "^\\d+\\.\\d+\\.\\d+$"
+ },
+ "compatible_application_versions": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "pattern": "^\\d+\\.\\d+\\.\\d+$"
+ },
+ "minItems": 1,
+ "uniqueItems": true
+ },
+ "jurisdiction": {
+ "const": "US"
+ },
+ "work_class": {
+ "const": "literary_work"
+ },
+ "application_type": {
+ "const": "standard_application"
+ },
+ "official_sources": {
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "title": {
+ "type": "string",
+ "minLength": 1
+ },
+ "source_url": {
+ "type": "string",
+ "format": "uri"
+ },
+ "source_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "published_on": {
+ "anyOf": [
+ {
+ "type": "string",
+ "format": "date"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "retrieved_on": {
+ "type": "string",
+ "format": "date"
+ }
+ },
+ "required": [
+ "title",
+ "source_url",
+ "source_sha256",
+ "published_on",
+ "retrieved_on"
+ ],
+ "additionalProperties": false
+ },
+ "minItems": 5
+ },
+ "field_terminology": {
+ "type": "object",
+ "properties": {
+ "author_created": {
+ "const": "Author Created"
+ },
+ "material_excluded": {
+ "const": "Material Excluded"
+ },
+ "new_material_included": {
+ "const": "New Material Included"
+ },
+ "note_to_co": {
+ "const": "Note to CO"
+ }
+ },
+ "required": [
+ "author_created",
+ "material_excluded",
+ "new_material_included",
+ "note_to_co"
+ ],
+ "additionalProperties": false
+ },
+ "supported_treatment_suggestions": {
+ "type": "array",
+ "items": {
+ "enum": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ]
+ },
+ "minItems": 1,
+ "uniqueItems": true
+ },
+ "disclaimer_text": {
+ "type": "string",
+ "minLength": 1
+ },
+ "copyright_office_determination_required": {
+ "const": true
+ },
+ "read_only": {
+ "const": true
+ },
+ "profile_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ }
+ },
+ "required": [
+ "schema_version",
+ "policy_profile_id",
+ "profile_version",
+ "application_version",
+ "compatible_application_versions",
+ "jurisdiction",
+ "work_class",
+ "application_type",
+ "official_sources",
+ "field_terminology",
+ "supported_treatment_suggestions",
+ "disclaimer_text",
+ "copyright_office_determination_required",
+ "read_only",
+ "profile_sha256"
+ ],
+ "additionalProperties": false,
+ "examples": [
+ {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/registries/assertion-boundary-kinds.json b/schemas/provenance/v1/registries/assertion-boundary-kinds.json
index 8c81f9c..22b5c9e 100644
--- a/schemas/provenance/v1/registries/assertion-boundary-kinds.json
+++ b/schemas/provenance/v1/registries/assertion-boundary-kinds.json
@@ -2,6 +2,23 @@
"registry_version": "1.0",
"provenance_schema_version": "1.0",
"application_version": "0.4.0",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"name": "assertion-boundary-kinds",
"description": "Machine-readable boundaries preventing an unqualified exact conclusion.",
"entries": [
diff --git a/schemas/provenance/v1/registries/assertion-confidence-dimensions.json b/schemas/provenance/v1/registries/assertion-confidence-dimensions.json
index 233bb79..2f7ced2 100644
--- a/schemas/provenance/v1/registries/assertion-confidence-dimensions.json
+++ b/schemas/provenance/v1/registries/assertion-confidence-dimensions.json
@@ -2,6 +2,23 @@
"registry_version": "1.0",
"provenance_schema_version": "1.0",
"application_version": "0.4.0",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"name": "assertion-confidence-dimensions",
"description": "Independent non-numeric confidence dimensions.",
"values": [
diff --git a/schemas/provenance/v1/registries/assertion-evaluation-statuses.json b/schemas/provenance/v1/registries/assertion-evaluation-statuses.json
index 4f7128b..10bbda1 100644
--- a/schemas/provenance/v1/registries/assertion-evaluation-statuses.json
+++ b/schemas/provenance/v1/registries/assertion-evaluation-statuses.json
@@ -2,6 +2,23 @@
"registry_version": "1.0",
"provenance_schema_version": "1.0",
"application_version": "0.4.0",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"name": "assertion-evaluation-statuses",
"description": "Consumer-facing point-in-time assertion conclusions.",
"entries": [
diff --git a/schemas/provenance/v1/registries/assertion-evidence-classes.json b/schemas/provenance/v1/registries/assertion-evidence-classes.json
index 2073af5..4e4ab50 100644
--- a/schemas/provenance/v1/registries/assertion-evidence-classes.json
+++ b/schemas/provenance/v1/registries/assertion-evidence-classes.json
@@ -2,6 +2,23 @@
"registry_version": "1.0",
"provenance_schema_version": "1.0",
"application_version": "0.4.0",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"name": "assertion-evidence-classes",
"description": "Evidence availability and authority requirements.",
"entries": [
diff --git a/schemas/provenance/v1/registries/assertion-lifecycle-phases.json b/schemas/provenance/v1/registries/assertion-lifecycle-phases.json
index 6e83e47..48f98dd 100644
--- a/schemas/provenance/v1/registries/assertion-lifecycle-phases.json
+++ b/schemas/provenance/v1/registries/assertion-lifecycle-phases.json
@@ -2,6 +2,23 @@
"registry_version": "1.0",
"provenance_schema_version": "1.0",
"application_version": "0.4.0",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"name": "assertion-lifecycle-phases",
"description": "Immutable assertion lifecycle phase observed when the relationship was asserted.",
"entries": [
diff --git a/schemas/provenance/v1/registries/assertion-reason-codes.json b/schemas/provenance/v1/registries/assertion-reason-codes.json
index ebcfb89..82d67e3 100644
--- a/schemas/provenance/v1/registries/assertion-reason-codes.json
+++ b/schemas/provenance/v1/registries/assertion-reason-codes.json
@@ -2,6 +2,23 @@
"registry_version": "1.0",
"provenance_schema_version": "1.0",
"application_version": "0.4.0",
+ "introduced_in_application_version": "0.4.0",
+ "compatible_application_versions": [
+ "0.4.0",
+ "0.5.0",
+ "0.5.1",
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
"name": "assertion-reason-codes",
"description": "Stable explanations for assertion creation and evaluation outcomes.",
"entries": [
diff --git a/schemas/provenance/v1/registries/composition-assertion-predicates.json b/schemas/provenance/v1/registries/composition-assertion-predicates.json
new file mode 100644
index 0000000..9d366a8
--- /dev/null
+++ b/schemas/provenance/v1/registries/composition-assertion-predicates.json
@@ -0,0 +1,47 @@
+{
+ "registry_version": "1.1",
+ "provenance_schema_version": "1.0",
+ "application_version": "0.5.2",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "name": "composition-assertion-predicates",
+ "description": "Canonical composition relationship predicates used by existing provenance assertions.",
+ "entries": [
+ {
+ "code": "derived_from",
+ "meaning": "Assertion relationship: derived from."
+ },
+ {
+ "code": "generated_by",
+ "meaning": "Assertion relationship: generated by."
+ },
+ {
+ "code": "modified_by_human",
+ "meaning": "Assertion relationship: modified by human."
+ },
+ {
+ "code": "selected_by_human",
+ "meaning": "Assertion relationship: selected by human."
+ },
+ {
+ "code": "arranged_by_human",
+ "meaning": "Assertion relationship: arranged by human."
+ },
+ {
+ "code": "included_in_deposit",
+ "meaning": "Assertion relationship: included in deposit."
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/registries/composition-operation-kinds.json b/schemas/provenance/v1/registries/composition-operation-kinds.json
new file mode 100644
index 0000000..083905c
--- /dev/null
+++ b/schemas/provenance/v1/registries/composition-operation-kinds.json
@@ -0,0 +1,55 @@
+{
+ "registry_version": "1.1",
+ "provenance_schema_version": "1.0",
+ "application_version": "0.5.2",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "name": "composition-operation-kinds",
+ "description": "Composition-specific immutable operation kinds.",
+ "entries": [
+ {
+ "code": "insert",
+ "meaning": "Insert expression at a revision-bound destination."
+ },
+ {
+ "code": "delete",
+ "meaning": "Delete expression identified by an exact preimage range."
+ },
+ {
+ "code": "replace",
+ "meaning": "Replace an exact preimage range with new expression."
+ },
+ {
+ "code": "move",
+ "meaning": "Move expression while retaining stable lineage."
+ },
+ {
+ "code": "paste",
+ "meaning": "Insert pasted material whose human authorship is not inferred."
+ },
+ {
+ "code": "transcription",
+ "meaning": "Insert human expressive input mediated by transcription without retaining audio."
+ },
+ {
+ "code": "ai_acceptance",
+ "meaning": "Accept expression from a recorded model invocation and disposition."
+ },
+ {
+ "code": "restoration",
+ "meaning": "Restore expression from a recorded earlier revision."
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/registries/contribution-map-layers.json b/schemas/provenance/v1/registries/contribution-map-layers.json
new file mode 100644
index 0000000..b38e300
--- /dev/null
+++ b/schemas/provenance/v1/registries/contribution-map-layers.json
@@ -0,0 +1,47 @@
+{
+ "registry_version": "1.1",
+ "provenance_schema_version": "1.0",
+ "application_version": "0.5.2",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "name": "contribution-map-layers",
+ "description": "Independent projection layers that must not be collapsed into recorded origin.",
+ "entries": [
+ {
+ "code": "recorded_origin",
+ "meaning": "Contribution-map layer: recorded origin."
+ },
+ {
+ "code": "transformation",
+ "meaning": "Contribution-map layer: transformation."
+ },
+ {
+ "code": "selection_arrangement",
+ "meaning": "Contribution-map layer: selection arrangement."
+ },
+ {
+ "code": "evidentiary_evaluation",
+ "meaning": "Contribution-map layer: evidentiary evaluation."
+ },
+ {
+ "code": "suggested_registration_treatment",
+ "meaning": "Contribution-map layer: suggested registration treatment."
+ },
+ {
+ "code": "structural_locator",
+ "meaning": "Contribution-map layer: structural locator."
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/registries/harp-explanation-codes.json b/schemas/provenance/v1/registries/harp-explanation-codes.json
new file mode 100644
index 0000000..5299994
--- /dev/null
+++ b/schemas/provenance/v1/registries/harp-explanation-codes.json
@@ -0,0 +1,47 @@
+{
+ "registry_version": "1.1",
+ "provenance_schema_version": "1.0",
+ "application_version": "0.5.2",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "name": "harp-explanation-codes",
+ "description": "Stable explanations of HARP scope and interpretation.",
+ "entries": [
+ {
+ "code": "INTEGRITY_ONLY_VERIFICATION",
+ "meaning": "HARP explanation: integrity only verification."
+ },
+ {
+ "code": "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "meaning": "HARP explanation: recorded origin not legal authorship."
+ },
+ {
+ "code": "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "meaning": "HARP explanation: selection arrangement is overlay."
+ },
+ {
+ "code": "PAGE_LOCATORS_ARE_DERIVED",
+ "meaning": "HARP explanation: page locators are derived."
+ },
+ {
+ "code": "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "meaning": "HARP explanation: registration language is suggested."
+ },
+ {
+ "code": "HARP_STALE_AFTER_EDIT",
+ "meaning": "HARP explanation: harp stale after edit."
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/registries/harp-limitation-codes.json b/schemas/provenance/v1/registries/harp-limitation-codes.json
new file mode 100644
index 0000000..4ec091f
--- /dev/null
+++ b/schemas/provenance/v1/registries/harp-limitation-codes.json
@@ -0,0 +1,63 @@
+{
+ "registry_version": "1.1",
+ "provenance_schema_version": "1.0",
+ "application_version": "0.5.2",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "name": "harp-limitation-codes",
+ "description": "Stable HARP limitation disclosures.",
+ "entries": [
+ {
+ "code": "SELF_DECLARED_IDENTITY",
+ "meaning": "HARP limitation: self declared identity."
+ },
+ {
+ "code": "UNKNOWN_IDENTITY",
+ "meaning": "HARP limitation: unknown identity."
+ },
+ {
+ "code": "UNKNOWN_ORIGIN",
+ "meaning": "HARP limitation: unknown origin."
+ },
+ {
+ "code": "UNKNOWN_GENERATION",
+ "meaning": "HARP limitation: unknown generation."
+ },
+ {
+ "code": "UNKNOWN_LINEAGE",
+ "meaning": "HARP limitation: unknown lineage."
+ },
+ {
+ "code": "UNATTESTED_EXPRESSION",
+ "meaning": "HARP limitation: unattested expression."
+ },
+ {
+ "code": "DEGRADED_COVERAGE",
+ "meaning": "HARP limitation: degraded coverage."
+ },
+ {
+ "code": "SUPERSEDED_POLICY_PROFILE",
+ "meaning": "HARP limitation: superseded policy profile."
+ },
+ {
+ "code": "SANITIZED_EVIDENCE",
+ "meaning": "HARP limitation: sanitized evidence."
+ },
+ {
+ "code": "COPYRIGHT_OFFICE_DETERMINES_SCOPE",
+ "meaning": "HARP limitation: copyright office determines scope."
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/registries/recorded-origin-kinds.json b/schemas/provenance/v1/registries/recorded-origin-kinds.json
new file mode 100644
index 0000000..6f7c92f
--- /dev/null
+++ b/schemas/provenance/v1/registries/recorded-origin-kinds.json
@@ -0,0 +1,47 @@
+{
+ "registry_version": "1.1",
+ "provenance_schema_version": "1.0",
+ "application_version": "0.5.2",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "name": "recorded-origin-kinds",
+ "description": "Evidence classifications for how expression entered the composition, never legal authorship categories.",
+ "entries": [
+ {
+ "code": "recorded_direct_human_input",
+ "meaning": "CPL records direct human expressive input."
+ },
+ {
+ "code": "human_expressive_input_via_transcription",
+ "meaning": "CPL records human expressive input mediated by transcription."
+ },
+ {
+ "code": "accepted_ai_output",
+ "meaning": "Expression was accepted from a recorded AI-system output."
+ },
+ {
+ "code": "imported_or_pasted",
+ "meaning": "Expression entered through import or paste without inferred authorship."
+ },
+ {
+ "code": "system_restoration",
+ "meaning": "Expression was restored from a recorded project revision."
+ },
+ {
+ "code": "unattested",
+ "meaning": "No exact recorded origin is available for the expression."
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/registries/registration-treatment-suggestions.json b/schemas/provenance/v1/registries/registration-treatment-suggestions.json
new file mode 100644
index 0000000..0bfe441
--- /dev/null
+++ b/schemas/provenance/v1/registries/registration-treatment-suggestions.json
@@ -0,0 +1,47 @@
+{
+ "registry_version": "1.1",
+ "provenance_schema_version": "1.0",
+ "application_version": "0.5.2",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "name": "registration-treatment-suggestions",
+ "description": "Editable policy-profile suggestions, not evidence facts or legal determinations.",
+ "entries": [
+ {
+ "code": "claim_as_human_contribution",
+ "meaning": "Suggested registration treatment: claim as human contribution."
+ },
+ {
+ "code": "exclude_ai_generated_material",
+ "meaning": "Suggested registration treatment: exclude ai generated material."
+ },
+ {
+ "code": "describe_new_human_material",
+ "meaning": "Suggested registration treatment: describe new human material."
+ },
+ {
+ "code": "disclose_ai_use",
+ "meaning": "Suggested registration treatment: disclose ai use."
+ },
+ {
+ "code": "manual_review_required",
+ "meaning": "Suggested registration treatment: manual review required."
+ },
+ {
+ "code": "no_suggestion",
+ "meaning": "Suggested registration treatment: no suggestion."
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/registries/transformation-relationships.json b/schemas/provenance/v1/registries/transformation-relationships.json
new file mode 100644
index 0000000..f338349
--- /dev/null
+++ b/schemas/provenance/v1/registries/transformation-relationships.json
@@ -0,0 +1,63 @@
+{
+ "registry_version": "1.1",
+ "provenance_schema_version": "1.0",
+ "application_version": "0.5.2",
+ "introduced_in_application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "name": "transformation-relationships",
+ "description": "Independent relationships describing how expression changed or derived.",
+ "entries": [
+ {
+ "code": "inserted",
+ "meaning": "Recorded composition transformation: inserted."
+ },
+ {
+ "code": "deleted",
+ "meaning": "Recorded composition transformation: deleted."
+ },
+ {
+ "code": "replaced",
+ "meaning": "Recorded composition transformation: replaced."
+ },
+ {
+ "code": "moved",
+ "meaning": "Recorded composition transformation: moved."
+ },
+ {
+ "code": "pasted_from_external",
+ "meaning": "Recorded composition transformation: pasted from external."
+ },
+ {
+ "code": "transcribed_from_human_speech",
+ "meaning": "Recorded composition transformation: transcribed from human speech."
+ },
+ {
+ "code": "generated_by_ai",
+ "meaning": "Recorded composition transformation: generated by ai."
+ },
+ {
+ "code": "modified_by_human",
+ "meaning": "Recorded composition transformation: modified by human."
+ },
+ {
+ "code": "restored_from_revision",
+ "meaning": "Recorded composition transformation: restored from revision."
+ },
+ {
+ "code": "derived_from",
+ "meaning": "Recorded composition transformation: derived from."
+ }
+ ]
+}
diff --git a/schemas/provenance/v1/sanitized-export-manifest.schema.json b/schemas/provenance/v1/sanitized-export-manifest.schema.json
index ef7136b..6c023b8 100644
--- a/schemas/provenance/v1/sanitized-export-manifest.schema.json
+++ b/schemas/provenance/v1/sanitized-export-manifest.schema.json
@@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://thinkloom.app/schemas/provenance/1.0/sanitized-export-manifest.schema.json",
"title": "Sanitized export manifest",
- "description": "Disclosure and file inventory for a non-mutating sanitized evidence export.",
+ "description": "Disclosure, retained-evidence bindings, completeness boundary, and file inventory for a non-mutating sanitized HARP export.",
"type": "object",
"properties": {
"schema_version": {
@@ -16,6 +16,18 @@
"type": "string",
"pattern": "^project_[0-9A-HJKMNP-TV-Z]{26}$"
},
+ "harp_id": {
+ "type": "string",
+ "pattern": "^harp_[0-9A-HJKMNP-TV-Z]{26}$"
+ },
+ "harp_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "deposit_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
"source_chain_head": {
"type": "string",
"pattern": "^sha256:[a-f0-9]{64}$"
@@ -23,6 +35,13 @@
"profile": {
"const": "sanitized"
},
+ "completeness_claim": {
+ "const": "selective_disclosed_subset"
+ },
+ "verification_scope_statement": {
+ "type": "string",
+ "minLength": 1
+ },
"omission_rules": {
"type": "array",
"items": {
@@ -32,10 +51,14 @@
"enum": [
"private_conversation",
"rejected_output",
+ "rejected_model_output",
"provider_detail",
+ "provider_metadata_not_required",
+ "credential_authorization_material",
"personal_identifier",
"internal_path",
"source_body",
+ "protected_source_body",
"other"
]
},
@@ -49,12 +72,22 @@
"count": {
"type": "integer",
"minimum": 0
+ },
+ "retained_binding_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
+ },
+ "disclosure_sha256": {
+ "type": "string",
+ "pattern": "^sha256:[a-f0-9]{64}$"
}
},
"required": [
"category",
"action",
- "count"
+ "count",
+ "retained_binding_sha256",
+ "disclosure_sha256"
],
"additionalProperties": false
}
@@ -101,8 +134,13 @@
"schema_version",
"export_id",
"project_id",
+ "harp_id",
+ "harp_sha256",
+ "deposit_sha256",
"source_chain_head",
"profile",
+ "completeness_claim",
+ "verification_scope_statement",
"omission_rules",
"rules_sha256",
"files",
@@ -114,19 +152,26 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:b58311ab980eecb4da1b7af0b80a6151eb0f90e287c6b30352e0b91eab8cb59b"
}
],
"rules_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
diff --git a/schemas/provenance/v1/vectors/composition-and-harp-classification.json b/schemas/provenance/v1/vectors/composition-and-harp-classification.json
new file mode 100644
index 0000000..d77498c
--- /dev/null
+++ b/schemas/provenance/v1/vectors/composition-and-harp-classification.json
@@ -0,0 +1,881 @@
+{
+ "vector_version": "1.1",
+ "operations": {
+ "direct_human_insert": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000X",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "insert",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ },
+ "paste": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J00000000000000000000007",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "paste",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "record_01J00000000000000000000005"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "imported_or_pasted",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "pasted_from_external"
+ ],
+ "lineage_reference_ids": [
+ "record_01J00000000000000000000005"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ },
+ "transcription": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J00000000000000000000008",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "transcription",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "human_expressive_input_via_transcription",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "transcribed_from_human_speech"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ },
+ "ai_acceptance": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J00000000000000000000009",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "ai_acceptance",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": "invocation_01J00000000000000000000008",
+ "disposition_id": "disposition_01J0000000000000000000000M",
+ "recorded_origin_kind": "accepted_ai_output",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "generated_by_ai"
+ ],
+ "lineage_reference_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ },
+ "restoration": {
+ "schema_version": "1.0",
+ "operation_id": "operation_01J0000000000000000000000A",
+ "project_id": "project_01J00000000000000000000001",
+ "operation_kind": "restoration",
+ "client_action_id": "client-action-composition-0001",
+ "base_revision_id": "revision_01J0000000000000000000000A",
+ "result_revision_id": "revision_01J0000000000000000000000B",
+ "operation_sequence": 1,
+ "source_range": null,
+ "destination_coordinate_system": "unicode_scalar",
+ "destination_start": 0,
+ "inserted_content_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "deleted_content_sha256": null,
+ "source_record_ids": [
+ "turn_01J00000000000000000000007"
+ ],
+ "invocation_id": null,
+ "disposition_id": null,
+ "recorded_origin_kind": "system_restoration",
+ "actor_identity_status": "self_declared",
+ "transformation_relationships": [
+ "restored_from_revision"
+ ],
+ "lineage_reference_ids": [
+ "revision_01J0000000000000000000000A"
+ ],
+ "recorded_at": "2026-07-17T18:42:10.123Z"
+ }
+ },
+ "exact_expression_segment": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ },
+ "exact_harp": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ },
+ "forbidden_exact_segments": {
+ "unknown_origin": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "unattested",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ },
+ "unknown_identity": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "unknown",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ },
+ "unknown_generation": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "unknown",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ },
+ "unknown_lineage": {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "unknown",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ },
+ "forbidden_exact_harps": {
+ "unknown_origin": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "unknown",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ },
+ "unknown_identity": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": null,
+ "identity_status": "unknown",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ },
+ "unknown_generation": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "unknown",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ },
+ "unknown_lineage": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "unknown",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ },
+ "unknown_ai_system": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": null,
+ "model_id": null,
+ "identity_status": "unknown",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ }
+ },
+ "independent_dimensions": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "prohibited_claim_fields": [
+ "human_percentage",
+ "ai_percentage",
+ "authorship_score",
+ "originality_score",
+ "copyrightability_score"
+ ]
+}
diff --git a/schemas/provenance/v1/vectors/contribution-map-determinism.json b/schemas/provenance/v1/vectors/contribution-map-determinism.json
new file mode 100644
index 0000000..40435f9
--- /dev/null
+++ b/schemas/provenance/v1/vectors/contribution-map-determinism.json
@@ -0,0 +1,288 @@
+{
+ "vector_version": "1.1",
+ "input_orders": [
+ [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J00000000000000000000006",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 2,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 12,
+ "end": 24,
+ "preimage_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "text_fragment_id": "fragment_01J00000000000000000000007"
+ },
+ "content_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ },
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ },
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J00000000000000000000006",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 2,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 12,
+ "end": 24,
+ "preimage_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "text_fragment_id": "fragment_01J00000000000000000000007"
+ },
+ "content_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ]
+ ],
+ "sorting_rule": "Sort by segment_sequence, then stable segment_id; never use locale-sensitive presentation order.",
+ "deterministic_map": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 24,
+ "recorded_positions": 24,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ },
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J00000000000000000000006",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 2,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 12,
+ "end": 24,
+ "preimage_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "text_fragment_id": "fragment_01J00000000000000000000007"
+ },
+ "content_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ },
+ {
+ "segment_id": "segment_01J00000000000000000000006",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:568b3548bcb906577710b712fba674e0c53ec0abe55a2285b36b5eeeeb387501"
+ },
+ "canonical_map_sha256": "sha256:ec5fc311ca63f1c06d99519ef8a9be66cc22f7075bcfd60f410143f4cd821aac",
+ "coverage_invariant": "Ranges are ordered, non-overlapping, and cover every normalized Unicode scalar position from zero through the denominator.",
+ "locator_invariant": "Revision, deposit digest, and stable segment ID are authoritative; page, chapter, and paragraph are layout-derived."
+}
diff --git a/schemas/provenance/v1/vectors/harp-deposit-staleness.json b/schemas/provenance/v1/vectors/harp-deposit-staleness.json
new file mode 100644
index 0000000..5ab116c
--- /dev/null
+++ b/schemas/provenance/v1/vectors/harp-deposit-staleness.json
@@ -0,0 +1,287 @@
+{
+ "vector_version": "1.1",
+ "deposit_snapshot": {
+ "schema_version": "1.0",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "deposit_path": "deposits/registration-manuscript.pdf",
+ "media_type": "application/pdf",
+ "byte_length": 4096,
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "created_at": "2026-07-17T18:42:10.123Z"
+ },
+ "current_harp": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ },
+ "stale_after_edit": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J00000000000000000000008",
+ "manuscript_revision_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "stale",
+ "applicability_status": "stale",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE",
+ "SUPERSEDED_POLICY_PROFILE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:0ff68e9327f252d6091f1fdeff6c430a3ad39f238ef892b182bd12be890d691f"
+ },
+ "export_manifest": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ },
+ "changed_dependency": {
+ "kind": "manuscript_revision",
+ "previous_revision_id": "revision_01J0000000000000000000000B",
+ "current_revision_id": "revision_01J00000000000000000000008",
+ "previous_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "current_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888"
+ },
+ "historical_integrity_rule": "Staleness for the current work does not invalidate the immutable HARP for its original exact deposit.",
+ "registration_language_rule": "All suggested application strings are editable and bound only after explicit user approval.",
+ "legal_scope_rule": "HARP does not determine identity, legal authorship, originality, copyrightability, ownership, or registrability."
+}
diff --git a/schemas/provenance/v1/vectors/sanitized-export.json b/schemas/provenance/v1/vectors/sanitized-export.json
index ee5de8b..783e24a 100644
--- a/schemas/provenance/v1/vectors/sanitized-export.json
+++ b/schemas/provenance/v1/vectors/sanitized-export.json
@@ -8,29 +8,68 @@
"schema_version": "1.0",
"export_id": "record_01J00000000000000000000005",
"project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "deposit_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"source_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"profile": "sanitized",
+ "completeness_claim": "selective_disclosed_subset",
+ "verification_scope_statement": "Verified only against disclosed retained evidence; this archive is intentionally incomplete.",
"omission_rules": [
{
"category": "private_conversation",
"action": "exclude",
- "count": 2
+ "count": 2,
+ "retained_binding_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
+ "disclosure_sha256": "sha256:64ead691b41bafd27f9c7e7150bdb766e3cc3d2e164be3c6b399959598a4f57d"
+ },
+ {
+ "category": "rejected_model_output",
+ "action": "exclude",
+ "count": 1,
+ "retained_binding_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "disclosure_sha256": "sha256:00c0f1cf14c2bdba5b294841f8718f7642a007bd76151c5d3069fd8759821416"
+ },
+ {
+ "category": "credential_authorization_material",
+ "action": "exclude",
+ "count": 0,
+ "retained_binding_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "disclosure_sha256": "sha256:05967f8907578a38d3b081032d0983743d4c95fcb566d5d27e2c456cb1ba1356"
},
{
"category": "personal_identifier",
"action": "redact",
- "count": 1
+ "count": 1,
+ "retained_binding_sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "disclosure_sha256": "sha256:f54dc437448c7d005fd0c6962a97bd22755dd0881b6859a2fcc7fbc060849f00"
},
{
- "category": "provider_detail",
- "action": "summarize",
- "count": 1
+ "category": "internal_path",
+ "action": "exclude",
+ "count": 7,
+ "retained_binding_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
+ "disclosure_sha256": "sha256:5a9f0f685ba0214dd28031540e39723c0b40400ee2bf26b1b377ab5e0e0154be"
+ },
+ {
+ "category": "provider_metadata_not_required",
+ "action": "exclude",
+ "count": 1,
+ "retained_binding_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
+ "disclosure_sha256": "sha256:f8d42c231ae64ab0cfcdba2a35a0ee835855601b35da1c4951ad5ff798b63022"
+ },
+ {
+ "category": "protected_source_body",
+ "action": "exclude",
+ "count": 3,
+ "retained_binding_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "disclosure_sha256": "sha256:3d54ac69d716e9d4d42f552639cc4d2d485d653fd23bd952a600ea42808833b8"
}
],
- "rules_sha256": "sha256:352ccc3dde25000a1d6dd006a4c0376f73b7805736232b09458696928d3036f6",
+ "rules_sha256": "sha256:d5602e31249a5d9d78732f268b043df1c0c8b7bd769d41386dead89dcc9e553a",
"files": [
{
- "path": "final-manuscript.md",
+ "path": "evidence/harp-binding.json",
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"size": 1024
}
diff --git a/schemas/provenance/v1/vectors/self-digest-identities.json b/schemas/provenance/v1/vectors/self-digest-identities.json
index b389b32..129b0f5 100644
--- a/schemas/provenance/v1/vectors/self-digest-identities.json
+++ b/schemas/provenance/v1/vectors/self-digest-identities.json
@@ -125,5 +125,679 @@
"release-manifest.json",
"release-files.sha256"
]
+ },
+ "contribution_map": {
+ "identity": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact"
+ },
+ "digest": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "complete_record": {
+ "schema_version": "1.0",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "project_id": "project_01J00000000000000000000001",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "coordinate_system": "unicode_scalar",
+ "coverage": {
+ "denominator": 12,
+ "recorded_positions": 12,
+ "coverage_status": "complete",
+ "denominator_unit": "normalized_unicode_scalar_position",
+ "denominator_definition": "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage."
+ },
+ "layers": [
+ "recorded_origin",
+ "transformation",
+ "selection_arrangement",
+ "evidentiary_evaluation",
+ "suggested_registration_treatment"
+ ],
+ "segments": [
+ {
+ "schema_version": "1.0",
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "project_id": "project_01J00000000000000000000001",
+ "revision_id": "revision_01J0000000000000000000000B",
+ "segment_sequence": 1,
+ "range": {
+ "schema_version": "1.0",
+ "document_revision_id": "revision_01J0000000000000000000000B",
+ "coordinate_system": "unicode_scalar",
+ "start": 0,
+ "end": 12,
+ "preimage_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "text_fragment_id": "fragment_01J0000000000000000000000C"
+ },
+ "content_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "normalized_unicode_scalar_length": 12,
+ "recorded_origin_kind": "recorded_direct_human_input",
+ "actor_identity_status": "self_declared",
+ "generation_status": "recorded",
+ "lineage_status": "recorded",
+ "lineage_reference_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "transformation_relationships": [
+ "inserted"
+ ],
+ "assertion_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "selection_arrangement_assertion_ids": [],
+ "included_in_deposit_assertion_id": "assertion_01J0000000000000000000000V",
+ "classification_status": "exact"
+ }
+ ],
+ "structural_locators": [
+ {
+ "segment_id": "segment_01J0000000000000000000000Y",
+ "chapter": 1,
+ "paragraph": 1,
+ "page": 1
+ }
+ ],
+ "layout_profile": {
+ "layout_profile_id": "layout_01J00000000000000000000005",
+ "layout_profile_sha256": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
+ },
+ "generator": {
+ "name": "thinkloom-contribution-map",
+ "version": "1.0.0",
+ "configuration_sha256": "sha256:6666666666666666666666666666666666666666666666666666666666666666"
+ },
+ "classification_status": "exact",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "excluded_fields": [
+ "contribution_map_sha256"
+ ]
+ },
+ "registration_policy_profile": {
+ "identity": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true
+ },
+ "digest": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "complete_record": {
+ "schema_version": "1.0",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "application_version": "0.5.2",
+ "compatible_application_versions": [
+ "0.5.2",
+ "0.5.3",
+ "0.5.4",
+ "0.5.5",
+ "0.5.6",
+ "0.5.7",
+ "0.5.8",
+ "0.5.9",
+ "0.5.10",
+ "0.5.11",
+ "0.6.0"
+ ],
+ "jurisdiction": "US",
+ "work_class": "literary_work",
+ "application_type": "standard_application",
+ "official_sources": [
+ {
+ "title": "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence",
+ "source_url": "https://www.copyright.gov/ai/ai_policy_guidance.pdf",
+ "source_sha256": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
+ "published_on": "2023-03-16",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Copyright and Artificial Intelligence, Part 2: Copyrightability",
+ "source_url": "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf",
+ "source_sha256": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
+ "published_on": "2025-01-29",
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Author",
+ "source_url": "https://www.copyright.gov/eco/help-author.html",
+ "source_sha256": "sha256:9999999999999999999999999999999999999999999999999999999999999999",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "Standard Application Help: Limitation of Claim",
+ "source_url": "https://www.copyright.gov/eco/help-limitation.html",
+ "source_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ },
+ {
+ "title": "37 C.F.R. 202.3",
+ "source_url": "https://www.copyright.gov/title37/202/37cfr202-3.html",
+ "source_sha256": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
+ "published_on": null,
+ "retrieved_on": "2026-07-19"
+ }
+ ],
+ "field_terminology": {
+ "author_created": "Author Created",
+ "material_excluded": "Material Excluded",
+ "new_material_included": "New Material Included",
+ "note_to_co": "Note to CO"
+ },
+ "supported_treatment_suggestions": [
+ "claim_as_human_contribution",
+ "exclude_ai_generated_material",
+ "describe_new_human_material",
+ "disclose_ai_use",
+ "manual_review_required",
+ "no_suggestion"
+ ],
+ "disclaimer_text": "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.",
+ "copyright_office_determination_required": true,
+ "read_only": true,
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba"
+ },
+ "excluded_fields": [
+ "profile_sha256"
+ ]
+ },
+ "human_authorship_record": {
+ "identity": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private"
+ },
+ "digest": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "complete_record": {
+ "schema_version": "1.0",
+ "harp_id": "harp_01J00000000000000000000002",
+ "project_id": "project_01J00000000000000000000001",
+ "application_version": "0.5.2",
+ "generator_version": "1.0.0",
+ "deposit": {
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
+ },
+ "cpl_binding": {
+ "chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "event_sequence": 42
+ },
+ "contribution_map": {
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00"
+ },
+ "policy_profile": {
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "profile_version": "1.0.0",
+ "profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "retrieved_on": "2026-07-19",
+ "status": "current"
+ },
+ "evidentiary_status": "exact",
+ "applicability_status": "current",
+ "generation_status": "recorded",
+ "origin_coverage_status": "complete",
+ "lineage_coverage_status": "complete",
+ "identity_declaration": {
+ "declared_name": "Example Author",
+ "identity_status": "self_declared",
+ "evidence_reference_ids": [
+ "assertion_01J0000000000000000000000V"
+ ],
+ "user_approved": true
+ },
+ "claim_summary": "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.",
+ "ai_system_disclosures": [
+ {
+ "provider_id": "openai",
+ "model_id": "gpt-example",
+ "identity_status": "recorded",
+ "included_expression_segment_ids": [
+ "segment_01J0000000000000000000000Y"
+ ]
+ }
+ ],
+ "coverage": {
+ "unit": "normalized_unicode_scalar_positions",
+ "denominator": 12,
+ "recorded_positions": 12,
+ "statement": "12 of 12 normalized Unicode scalar positions have recorded origin."
+ },
+ "suggested_registration_language": {
+ "author_created": "Text and revisions described in the attached provenance record",
+ "material_excluded": "AI-generated text identified in the attached provenance record",
+ "new_material_included": "Human-authored text and revisions",
+ "note_to_co": "This work contains disclosed AI-generated material.",
+ "registration_treatment_suggestions": [
+ "disclose_ai_use",
+ "manual_review_required"
+ ],
+ "user_approved": true,
+ "approval_event_id": "event_01J00000000000000000000004",
+ "approved_language_sha256": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ },
+ "representative_transformation_operation_ids": [
+ "operation_01J0000000000000000000000X"
+ ],
+ "limitation_codes": [
+ "SELF_DECLARED_IDENTITY",
+ "COPYRIGHT_OFFICE_DETERMINES_SCOPE"
+ ],
+ "explanation_codes": [
+ "INTEGRITY_ONLY_VERIFICATION",
+ "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP",
+ "SELECTION_ARRANGEMENT_IS_OVERLAY",
+ "PAGE_LOCATORS_ARE_DERIVED",
+ "REGISTRATION_LANGUAGE_IS_SUGGESTED",
+ "HARP_STALE_AFTER_EDIT"
+ ],
+ "sanitization_profile": "full_private",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9"
+ },
+ "excluded_fields": [
+ "harp_sha256"
+ ]
+ },
+ "harp_export_manifest": {
+ "identity": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z"
+ },
+ "digest": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324",
+ "complete_record": {
+ "schema_version": "1.0",
+ "manifest_id": "manifest_01J00000000000000000000003",
+ "project_id": "project_01J00000000000000000000001",
+ "harp_id": "harp_01J00000000000000000000002",
+ "harp_sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "deposit_id": "deposit_01J00000000000000000000000",
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "contribution_map_id": "map_01J0000000000000000000000Z",
+ "contribution_map_sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "report_metadata": {
+ "deposit_sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "manuscript_revision_id": "revision_01J0000000000000000000000B",
+ "manuscript_revision_sha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
+ "cpl_chain_head": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
+ "cpl_event_sequence": 42,
+ "harp_schema_version": "1.0",
+ "harp_generator_version": "1.0.0",
+ "application_version": "0.5.11",
+ "policy_profile_id": "policyprofile_01J00000000000000000000004",
+ "policy_profile_version": "1.0.0",
+ "policy_profile_sha256": "sha256:77bfc640282012169a92feb92b9539ca6826b798659cb3f7d07beb864e53abba",
+ "policy_retrieval_date": "2026-07-19",
+ "sanitization_profile": "full_private",
+ "legal_scope_statement": "Copyrightability and registration scope remain determinations of the U.S. Copyright Office."
+ },
+ "verification_report_sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "sanitization_profile": "full_private",
+ "sanitization_rules_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
+ "omissions": [],
+ "files": [
+ {
+ "role": "human_readable_harp",
+ "path": "reports/harp/harp.pdf",
+ "sha256": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
+ "size": 2048,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "machine_readable_harp",
+ "path": "reports/harp/harp.json",
+ "sha256": "sha256:20e3ba5bb0c6c25c8d047e0e8b82a17044193e0b8ce521612d48cc85fed5feb9",
+ "size": 4096,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "contribution_map",
+ "path": "reports/harp/contribution-map.json",
+ "sha256": "sha256:28562ec310a4eda35436bf01ec534d0639939365af453e3c922c492ee0ebff00",
+ "size": 3072,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "deposit_copy",
+ "path": "deposits/registration-manuscript.pdf",
+ "sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
+ "size": 4096,
+ "privacy_classification": "deposit"
+ },
+ {
+ "role": "verification_report",
+ "path": "reports/harp/verification.json",
+ "sha256": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
+ "size": 1024,
+ "privacy_classification": "registration"
+ },
+ {
+ "role": "supporting_archive",
+ "path": "reports/harp/supporting-archive.zip",
+ "sha256": "sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
+ "size": 8192,
+ "privacy_classification": "private"
+ }
+ ],
+ "created_at": "2026-07-17T18:43:11.456Z",
+ "manifest_sha256": "sha256:50be7f8f16d6f83dc58ec26670499403ccc2f7f7655e28cd8e1bf7485d768324"
+ },
+ "excluded_fields": [
+ "manifest_sha256"
+ ]
}
}
diff --git a/scripts/generate-provenance-stage2.mjs b/scripts/generate-provenance-stage2.mjs
index 68a2cfc..9267a8c 100644
--- a/scripts/generate-provenance-stage2.mjs
+++ b/scripts/generate-provenance-stage2.mjs
@@ -24,6 +24,9 @@ const ids = {
policy: typedId("policy", "H"), correction: typedId("correction", "J"), normalization: typedId("normalization", "K"), disposition: typedId("disposition", "M"),
transaction: typedId("transaction", "N"), failure: typedId("failure", "P"), stream: typedId("stream", "Q"), purge: typedId("purge", "R"),
assertion: typedId("assertion", "V"), evaluation: typedId("evaluation", "W"),
+ operation: typedId("operation", "X"), segment: typedId("segment", "Y"), map: typedId("map", "Z"),
+ deposit: typedId("deposit", "0"), harp: typedId("harp", "2"), manifest: typedId("manifest", "3"),
+ policyProfile: typedId("policyprofile", "4"), layout: typedId("layout", "5"),
};
if (!Object.values(ids).every((value) => /^[a-z]+_[0-9A-HJKMNP-TV-Z]{26}$/.test(value))) throw new Error("Generated fixture identifier is invalid.");
@@ -50,6 +53,14 @@ const confidenceValues = ["exact", "degraded", "unverified", "not_applicable"];
const evidenceClasses = ["mandatory_live", "mandatory_retained", "advisory", "shadow"];
const assertionBoundaryKinds = ["missing_provenance", "unknown_generation", "evidence_access", "compatibility", "dependency_change", "policy", "interpretation", "coverage"];
const dependencyResultStatuses = ["valid", "missing", "changed", "inaccessible", "incompatible", "not_evaluated"];
+const compositionOperationKinds = ["insert", "delete", "replace", "move", "paste", "transcription", "ai_acceptance", "restoration"];
+const recordedOriginKinds = ["recorded_direct_human_input", "human_expressive_input_via_transcription", "accepted_ai_output", "imported_or_pasted", "system_restoration", "unattested"];
+const transformationRelationships = ["inserted", "deleted", "replaced", "moved", "pasted_from_external", "transcribed_from_human_speech", "generated_by_ai", "modified_by_human", "restored_from_revision", "derived_from"];
+const contributionMapLayers = ["recorded_origin", "transformation", "selection_arrangement", "evidentiary_evaluation", "suggested_registration_treatment", "structural_locator"];
+const registrationTreatmentSuggestions = ["claim_as_human_contribution", "exclude_ai_generated_material", "describe_new_human_material", "disclose_ai_use", "manual_review_required", "no_suggestion"];
+const harpLimitationCodes = ["SELF_DECLARED_IDENTITY", "UNKNOWN_IDENTITY", "UNKNOWN_ORIGIN", "UNKNOWN_GENERATION", "UNKNOWN_LINEAGE", "UNATTESTED_EXPRESSION", "DEGRADED_COVERAGE", "SUPERSEDED_POLICY_PROFILE", "SANITIZED_EVIDENCE", "COPYRIGHT_OFFICE_DETERMINES_SCOPE"];
+const harpExplanationCodes = ["INTEGRITY_ONLY_VERIFICATION", "RECORDED_ORIGIN_NOT_LEGAL_AUTHORSHIP", "SELECTION_ARRANGEMENT_IS_OVERLAY", "PAGE_LOCATORS_ARE_DERIVED", "REGISTRATION_LANGUAGE_IS_SUGGESTED", "HARP_STALE_AFTER_EDIT"];
+const compositionAssertionPredicates = ["derived_from", "generated_by", "modified_by_human", "selected_by_human", "arranged_by_human", "included_in_deposit"];
const assertionReasonCodes = [
"DIRECT_HASH_LINKED_DERIVATION",
"VERIFIED_TRANSITIVE_DERIVATION",
@@ -141,7 +152,7 @@ const contentReferenceExample = {
add("content-reference", "Content reference", closed({
schema_version: schemaVersion,
record_id: typedIdentifier,
- record_type: { enum: ["conversation_turn", "invocation_request", "invocation_response", "invocation_failure", "idea_revision", "manuscript_revision", "edit_transaction", "prompt_template", "model_configuration", "provenance_assertion", "assertion_evaluation", "release_file", "source", "other"] },
+ record_type: { enum: ["conversation_turn", "invocation_request", "invocation_response", "invocation_failure", "idea_revision", "manuscript_revision", "edit_transaction", "composition_operation", "expression_segment", "contribution_map", "deposit_snapshot", "registration_policy_profile", "human_authorship_record", "harp_export_manifest", "prompt_template", "model_configuration", "provenance_assertion", "assertion_evaluation", "release_file", "source", "other"] },
sha256: sha,
path: nullable(repositoryPath),
revision_id: nullable(identifier("revision")),
@@ -156,11 +167,11 @@ add("provenance-policy", "Provenance policy", closed({
}), policyExample, "Prospective project retention, protection, and export defaults.");
const projectExample = {
- schema_version: "1.0", application_version: "0.4.0", project_id: ids.project, title: "The Attention Commons", created_at: timestampValue, updated_at: laterTimestamp, current_phase: "ideation", publication_status: "working", provenance_policy_id: ids.policy, audio_retained: false,
+ project_format: "thinkloom-cpl", project_format_version: "1.0", provenance_conformance: "cpl-1.0", schema_version: "1.0", application_version: "0.5.11", project_id: ids.project, title: "The Attention Commons", created_at: timestampValue, updated_at: laterTimestamp, current_phase: "ideation", publication_status: "working", provenance_policy_id: ids.policy, audio_retained: false,
};
add("project-manifest", "Project manifest", closed({
- schema_version: schemaVersion, application_version: { type: "string", pattern: "^\\d+\\.\\d+\\.\\d+$" }, project_id: identifier("project"), title: nonEmptyString, description: { type: "string" }, created_at: timestamp, updated_at: timestamp, current_phase: { enum: ["ideation", "drafting", "finalization"] }, publication_status: { enum: ["working", "finalized", "published"] }, provenance_policy_id: identifier("policy"), audio_retained: { const: false },
-}, ["schema_version", "application_version", "project_id", "title", "created_at", "updated_at", "current_phase", "publication_status", "provenance_policy_id", "audio_retained"]), projectExample, "Canonical identity and lifecycle metadata for a 1.0 project.");
+ project_format: { const: "thinkloom-cpl" }, project_format_version: { const: "1.0" }, provenance_conformance: { const: "cpl-1.0" }, schema_version: schemaVersion, application_version: { type: "string", pattern: "^\\d+\\.\\d+\\.\\d+$" }, project_id: identifier("project"), title: nonEmptyString, description: { type: "string" }, created_at: timestamp, updated_at: timestamp, current_phase: { enum: ["ideation", "drafting", "finalization"] }, publication_status: { enum: ["working", "finalized", "published"] }, provenance_policy_id: identifier("policy"), audio_retained: { const: false },
+}, ["project_format", "project_format_version", "provenance_conformance", "schema_version", "application_version", "project_id", "title", "created_at", "updated_at", "current_phase", "publication_status", "provenance_policy_id", "audio_retained"]), projectExample, "Canonical identity, exact CPL conformance marker, and lifecycle metadata for a 1.0 project.");
const writeIntentExample = {
schema_version: "1.0", intent_id: ids.intent, client_action_id: "client-action-0001", project_id: ids.project, operation_type: "IDEA_ACCEPTED", phase: "PREPARED", event_id: null, event_sequence: null, staged_path: ".app/temp/intents/intent.json", command_sha256: digest("3"), result: null, created_at: timestampValue, updated_at: timestampValue,
@@ -478,12 +489,127 @@ const releaseFiles = [{ path: "manuscript/final-manuscript.md", sha256: digest("
const releaseExample = { schema_version: "1.0", application_version: "0.4.0", release_id: ids.release, project_id: ids.project, version: "1.0.0", created_at: laterTimestamp, source_commit: "0123456789abcdef0123456789abcdef01234567", source_chain_head: digest("4"), source_manuscript: { path: "manuscript/final-manuscript.md", sha256: digest("4") }, sanitized: false, files: releaseFiles, release_files_merkle_root: releaseMerkleRoot(releaseFiles), merkle_algorithm: "thinkloom-release-merkle-v1" };
add("release-manifest", "Release manifest", closed({ schema_version: schemaVersion, application_version: { type: "string", pattern: "^\\d+\\.\\d+\\.\\d+$" }, release_id: identifier("release"), project_id: identifier("project"), version: { type: "string", pattern: "^\\d+\\.\\d+\\.\\d+$" }, created_at: timestamp, source_commit: { type: "string", pattern: "^[a-f0-9]{40,64}$" }, source_chain_head: sha, source_manuscript: closed({ path: repositoryPath, sha256: sha }), sanitized: { type: "boolean" }, files: arrayOf(fileEntry, { minItems: 1 }), release_files_merkle_root: sha, merkle_algorithm: { const: "thinkloom-release-merkle-v1" } }), releaseExample, "Non-self-referential binding of a frozen source to verified release files.");
-const sanitizedExample = { schema_version: "1.0", export_id: ids.record, project_id: ids.project, source_chain_head: digest("4"), profile: "sanitized", omission_rules: [{ category: "private_conversation", action: "exclude", count: 2 }], rules_sha256: digest("6"), files: [{ path: "final-manuscript.md", sha256: digest("4"), size: 1024 }], created_at: laterTimestamp };
-add("sanitized-export-manifest", "Sanitized export manifest", closed({ schema_version: schemaVersion, export_id: identifier("record"), project_id: identifier("project"), source_chain_head: sha, profile: { const: "sanitized" }, omission_rules: arrayOf(closed({ category: { enum: ["private_conversation", "rejected_output", "provider_detail", "personal_identifier", "internal_path", "source_body", "other"] }, action: { enum: ["exclude", "redact", "summarize"] }, count: { type: "integer", minimum: 0 } })), rules_sha256: sha, files: arrayOf(fileEntry, { minItems: 1 }), created_at: timestamp }), sanitizedExample, "Disclosure and file inventory for a non-mutating sanitized evidence export.");
+const sanitizedExampleIdentity = { category: "private_conversation", action: "exclude", count: 2, retained_binding_sha256: digest("5") };
+const sanitizedExample = {
+ schema_version: "1.0", export_id: ids.record, project_id: ids.project, harp_id: ids.harp, harp_sha256: digest("3"), deposit_sha256: digest("2"), source_chain_head: digest("4"), profile: "sanitized", completeness_claim: "selective_disclosed_subset", verification_scope_statement: "Verified only against disclosed retained evidence; this archive is intentionally incomplete.", omission_rules: [{ ...sanitizedExampleIdentity, disclosure_sha256: sha256(sanitizedExampleIdentity) }], rules_sha256: digest("6"), files: [{ path: "evidence/harp-binding.json", sha256: digest("4"), size: 1024 }], created_at: laterTimestamp,
+};
+add("sanitized-export-manifest", "Sanitized export manifest", closed({
+ schema_version: schemaVersion, export_id: identifier("record"), project_id: identifier("project"), harp_id: identifier("harp"), harp_sha256: sha, deposit_sha256: sha, source_chain_head: sha, profile: { const: "sanitized" }, completeness_claim: { const: "selective_disclosed_subset" }, verification_scope_statement: nonEmptyString,
+ omission_rules: arrayOf(closed({ category: { enum: ["private_conversation", "rejected_output", "rejected_model_output", "provider_detail", "provider_metadata_not_required", "credential_authorization_material", "personal_identifier", "internal_path", "source_body", "protected_source_body", "other"] }, action: { enum: ["exclude", "redact", "summarize"] }, count: { type: "integer", minimum: 0 }, retained_binding_sha256: sha, disclosure_sha256: sha })), rules_sha256: sha, files: arrayOf(fileEntry, { minItems: 1 }), created_at: timestamp,
+}), sanitizedExample, "Disclosure, retained-evidence bindings, completeness boundary, and file inventory for a non-mutating sanitized HARP export.");
+const compositionOperationExample = {
+ schema_version: "1.0", operation_id: ids.operation, project_id: ids.project, operation_kind: "insert", client_action_id: "client-action-composition-0001", base_revision_id: ids.revision, result_revision_id: ids.revision2, operation_sequence: 1, source_range: null, destination_coordinate_system: "unicode_scalar", destination_start: 0, inserted_content_sha256: digest("1"), deleted_content_sha256: null, source_record_ids: [ids.turn], invocation_id: null, disposition_id: null, recorded_origin_kind: "recorded_direct_human_input", actor_identity_status: "self_declared", transformation_relationships: ["inserted"], lineage_reference_ids: [ids.turn], recorded_at: timestampValue,
+};
+const compositionOperationRules = { allOf: [
+ { if: { properties: { operation_kind: { const: "paste" } }, required: ["operation_kind"] }, then: { properties: { recorded_origin_kind: { const: "imported_or_pasted" } } } },
+ { if: { properties: { operation_kind: { const: "transcription" } }, required: ["operation_kind"] }, then: { properties: { recorded_origin_kind: { const: "human_expressive_input_via_transcription" } } } },
+ { if: { properties: { operation_kind: { const: "ai_acceptance" } }, required: ["operation_kind"] }, then: { properties: { recorded_origin_kind: { const: "accepted_ai_output" }, invocation_id: identifier("invocation"), disposition_id: identifier("disposition") } } },
+ { if: { properties: { operation_kind: { const: "restoration" } }, required: ["operation_kind"] }, then: { properties: { recorded_origin_kind: { const: "system_restoration" } } } },
+ { if: { properties: { operation_kind: { const: "delete" } }, required: ["operation_kind"] }, then: { properties: { source_range: ref("text-fragment-reference"), inserted_content_sha256: { type: "null" }, deleted_content_sha256: sha } } },
+ { if: { properties: { operation_kind: { enum: ["insert", "paste", "transcription", "ai_acceptance", "restoration"] } }, required: ["operation_kind"] }, then: { properties: { inserted_content_sha256: sha } } },
+] };
+add("composition-operation", "Composition operation", closed({
+ schema_version: schemaVersion, operation_id: identifier("operation"), project_id: identifier("project"), operation_kind: { enum: compositionOperationKinds }, client_action_id: { type: "string", minLength: 8, maxLength: 200 }, base_revision_id: identifier("revision"), result_revision_id: identifier("revision"), operation_sequence: { type: "integer", minimum: 1 }, source_range: nullable(ref("text-fragment-reference")), destination_coordinate_system: { enum: ["utf8_byte", "unicode_scalar", "utf16_code_unit", "editor_position"] }, destination_start: nullable({ type: "integer", minimum: 0 }), inserted_content_sha256: nullable(sha), deleted_content_sha256: nullable(sha), source_record_ids: arrayOf(typedIdentifier, { uniqueItems: true }), invocation_id: nullable(identifier("invocation")), disposition_id: nullable(identifier("disposition")), recorded_origin_kind: { enum: recordedOriginKinds }, actor_identity_status: { enum: ["verified", "self_declared", "unknown", "not_applicable"] }, transformation_relationships: arrayOf({ enum: transformationRelationships }, { minItems: 1, uniqueItems: true }), lineage_reference_ids: arrayOf(typedIdentifier, { minItems: 1, uniqueItems: true }), recorded_at: timestamp,
+}, undefined, compositionOperationRules), compositionOperationExample, "Immutable composition-specific insertion, deletion, replacement, movement, paste, transcription, AI acceptance, or restoration operation; it does not overload edit transactions or assertions.");
+const expressionRangeExample = { ...textRangeExample, document_revision_id: ids.revision2, coordinate_system: "unicode_scalar", start: 0, end: 12, preimage_sha256: digest("2"), text_fragment_id: ids.fragment };
+const expressionSegmentExample = {
+ schema_version: "1.0", segment_id: ids.segment, project_id: ids.project, revision_id: ids.revision2, segment_sequence: 1, range: expressionRangeExample, content_sha256: digest("2"), normalized_unicode_scalar_length: 12, recorded_origin_kind: "recorded_direct_human_input", actor_identity_status: "self_declared", generation_status: "recorded", lineage_status: "recorded", lineage_reference_ids: [ids.operation], operation_ids: [ids.operation], transformation_relationships: ["inserted"], assertion_ids: [ids.assertion], selection_arrangement_assertion_ids: [], included_in_deposit_assertion_id: ids.assertion, classification_status: "exact",
+};
+const expressionSegmentRules = { allOf: [{
+ if: { properties: { classification_status: { const: "exact" } }, required: ["classification_status"] },
+ then: { properties: {
+ recorded_origin_kind: { enum: recordedOriginKinds.filter((value) => value !== "unattested") },
+ actor_identity_status: { enum: ["verified", "self_declared", "not_applicable"] },
+ generation_status: { const: "recorded" }, lineage_status: { const: "recorded" },
+ lineage_reference_ids: { type: "array", minItems: 1 }, operation_ids: { type: "array", minItems: 1 }, assertion_ids: { type: "array", minItems: 1 }, included_in_deposit_assertion_id: identifier("assertion"),
+ } },
+}] };
+add("expression-segment", "Surviving expression segment", closed({
+ schema_version: schemaVersion, segment_id: identifier("segment"), project_id: identifier("project"), revision_id: identifier("revision"), segment_sequence: { type: "integer", minimum: 1 }, range: ref("text-fragment-reference"), content_sha256: sha, normalized_unicode_scalar_length: { type: "integer", minimum: 1 }, recorded_origin_kind: { enum: recordedOriginKinds }, actor_identity_status: { enum: ["verified", "self_declared", "unknown", "not_applicable"] }, generation_status: { enum: ["recorded", "unknown"] }, lineage_status: { enum: ["recorded", "unattested", "unknown"] }, lineage_reference_ids: arrayOf(typedIdentifier, { uniqueItems: true }), operation_ids: arrayOf(identifier("operation"), { uniqueItems: true }), transformation_relationships: arrayOf({ enum: transformationRelationships }, { uniqueItems: true }), assertion_ids: arrayOf(identifier("assertion"), { uniqueItems: true }), selection_arrangement_assertion_ids: arrayOf(identifier("assertion"), { uniqueItems: true }), included_in_deposit_assertion_id: nullable(identifier("assertion")), classification_status: { enum: ["exact", "degraded", "stale", "unverified"] },
+}, undefined, expressionSegmentRules), expressionSegmentExample, "Stable surviving deposit expression with revision-bound range, digest, recorded origin, lineage, transformations, and separate selection/arrangement assertions.");
+
+const depositSnapshotExample = {
+ schema_version: "1.0", deposit_id: ids.deposit, project_id: ids.project, application_version: "0.5.2", deposit_path: "deposits/registration-manuscript.pdf", media_type: "application/pdf", byte_length: 4096, deposit_sha256: digest("3"), manuscript_revision_id: ids.revision2, manuscript_revision_sha256: digest("2"), cpl_chain_head: digest("4"), cpl_event_sequence: 42, layout_profile: { layout_profile_id: ids.layout, layout_profile_sha256: digest("5") }, created_at: timestampValue,
+};
+add("deposit-snapshot", "Exact deposit snapshot", closed({
+ schema_version: schemaVersion, deposit_id: identifier("deposit"), project_id: identifier("project"), application_version: { type: "string", pattern: "^\\d+\\.\\d+\\.\\d+$" }, deposit_path: repositoryPath, media_type: nonEmptyString, byte_length: { type: "integer", minimum: 1 }, deposit_sha256: sha, manuscript_revision_id: identifier("revision"), manuscript_revision_sha256: sha, cpl_chain_head: sha, cpl_event_sequence: { type: "integer", minimum: 1 }, layout_profile: nullable(closed({ layout_profile_id: identifier("layout"), layout_profile_sha256: sha })), created_at: timestamp,
+}), depositSnapshotExample, "Immutable binding of the exact selected deposit file, manuscript revision, CPL head, and optional layout profile.");
+
+const contributionCoverageDefinition = "All normalized Unicode scalar positions in the exact frozen deposit manuscript; this is provenance coverage, not a human-authorship percentage.";
+const requiredContributionLayers = ["recorded_origin", "transformation", "selection_arrangement", "evidentiary_evaluation", "suggested_registration_treatment"];
+const contributionLayersSchema = arrayOf({ enum: contributionMapLayers }, { minItems: requiredContributionLayers.length, uniqueItems: true, allOf: requiredContributionLayers.map((layer) => ({ contains: { const: layer }, minContains: 1, maxContains: 1 })) });
+const contributionMapIdentity = {
+ schema_version: "1.0", contribution_map_id: ids.map, project_id: ids.project, deposit_id: ids.deposit, deposit_sha256: depositSnapshotExample.deposit_sha256, manuscript_revision_id: ids.revision2, manuscript_revision_sha256: digest("2"), cpl_chain_head: digest("4"), cpl_event_sequence: 42, coordinate_system: "unicode_scalar", coverage: { denominator: 12, recorded_positions: 12, coverage_status: "complete", denominator_unit: "normalized_unicode_scalar_position", denominator_definition: contributionCoverageDefinition }, layers: requiredContributionLayers, segments: [expressionSegmentExample], structural_locators: [{ segment_id: ids.segment, chapter: 1, paragraph: 1, page: 1 }], layout_profile: depositSnapshotExample.layout_profile, generator: { name: "thinkloom-contribution-map", version: "1.0.0", configuration_sha256: digest("6") }, classification_status: "exact",
+};
+const contributionMapExample = { ...contributionMapIdentity, contribution_map_sha256: sha256(contributionMapIdentity) };
+const contributionMapRules = { allOf: [{
+ if: { properties: { classification_status: { const: "exact" } }, required: ["classification_status"] },
+ then: { properties: { coverage: { type: "object", properties: { coverage_status: { const: "complete" } }, required: ["coverage_status"] }, segments: { type: "array", items: { allOf: [ref("expression-segment"), { type: "object", properties: { classification_status: { const: "exact" } }, required: ["classification_status"] }] } } } },
+}] };
+add("contribution-map", "Deposit contribution map", closed({
+ schema_version: schemaVersion, contribution_map_id: identifier("map"), project_id: identifier("project"), deposit_id: identifier("deposit"), deposit_sha256: sha, manuscript_revision_id: identifier("revision"), manuscript_revision_sha256: sha, cpl_chain_head: sha, cpl_event_sequence: { type: "integer", minimum: 1 }, coordinate_system: { const: "unicode_scalar" }, coverage: closed({ denominator: { type: "integer", minimum: 0 }, recorded_positions: { type: "integer", minimum: 0 }, coverage_status: { enum: ["complete", "partial"] }, denominator_unit: { const: "normalized_unicode_scalar_position" }, denominator_definition: nonEmptyString }), layers: contributionLayersSchema, segments: arrayOf(ref("expression-segment"), { minItems: 1 }), structural_locators: arrayOf(closed({ segment_id: identifier("segment"), chapter: nullable({ type: "integer", minimum: 1 }), paragraph: nullable({ type: "integer", minimum: 1 }), page: nullable({ type: "integer", minimum: 1 }) })), layout_profile: nullable(closed({ layout_profile_id: identifier("layout"), layout_profile_sha256: sha })), generator: closed({ name: nonEmptyString, version: { type: "string", pattern: "^\\d+\\.\\d+\\.\\d+$" }, configuration_sha256: sha }), classification_status: { enum: ["exact", "degraded", "stale", "unverified"] }, contribution_map_sha256: sha,
+}, undefined, contributionMapRules), contributionMapExample, "Deterministic non-authoritative projection providing complete ordered deposit coverage while keeping origin, transformation, selection/arrangement, evaluation, and registration treatment independent. Its digest identity excludes contribution_map_sha256.");
+
+const policyProfileIdentity = {
+ schema_version: "1.0", policy_profile_id: ids.policyProfile, profile_version: "1.0.0", application_version: "0.5.2", compatible_application_versions: ["0.5.2", "0.5.3", "0.5.4", "0.5.5", "0.5.6", "0.5.7", "0.5.8", "0.5.9", "0.5.10", "0.5.11", "0.6.0"], jurisdiction: "US", work_class: "literary_work", application_type: "standard_application", official_sources: [
+ { title: "Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence", source_url: "https://www.copyright.gov/ai/ai_policy_guidance.pdf", source_sha256: digest("7"), published_on: "2023-03-16", retrieved_on: "2026-07-19" },
+ { title: "Copyright and Artificial Intelligence, Part 2: Copyrightability", source_url: "https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf", source_sha256: digest("8"), published_on: "2025-01-29", retrieved_on: "2026-07-19" },
+ { title: "Standard Application Help: Author", source_url: "https://www.copyright.gov/eco/help-author.html", source_sha256: digest("9"), published_on: null, retrieved_on: "2026-07-19" },
+ { title: "Standard Application Help: Limitation of Claim", source_url: "https://www.copyright.gov/eco/help-limitation.html", source_sha256: digest("a"), published_on: null, retrieved_on: "2026-07-19" },
+ { title: "37 C.F.R. 202.3", source_url: "https://www.copyright.gov/title37/202/37cfr202-3.html", source_sha256: digest("b"), published_on: null, retrieved_on: "2026-07-19" },
+ ], field_terminology: { author_created: "Author Created", material_excluded: "Material Excluded", new_material_included: "New Material Included", note_to_co: "Note to CO" }, supported_treatment_suggestions: registrationTreatmentSuggestions, disclaimer_text: "Suggested, editable language; not legal advice. The U.S. Copyright Office determines copyrightability and registration scope.", copyright_office_determination_required: true, read_only: true,
+};
+const policyProfileExample = { ...policyProfileIdentity, profile_sha256: sha256(policyProfileIdentity) };
+add("registration-policy-profile", "Registration policy profile", closed({
+ schema_version: schemaVersion, policy_profile_id: identifier("policyprofile"), profile_version: { type: "string", pattern: "^\\d+\\.\\d+\\.\\d+$" }, application_version: { type: "string", pattern: "^\\d+\\.\\d+\\.\\d+$" }, compatible_application_versions: arrayOf({ type: "string", pattern: "^\\d+\\.\\d+\\.\\d+$" }, { minItems: 1, uniqueItems: true }), jurisdiction: { const: "US" }, work_class: { const: "literary_work" }, application_type: { const: "standard_application" }, official_sources: arrayOf(closed({ title: nonEmptyString, source_url: { type: "string", format: "uri" }, source_sha256: sha, published_on: nullable({ type: "string", format: "date" }), retrieved_on: { type: "string", format: "date" } }), { minItems: 5 }), field_terminology: closed({ author_created: { const: "Author Created" }, material_excluded: { const: "Material Excluded" }, new_material_included: { const: "New Material Included" }, note_to_co: { const: "Note to CO" } }), supported_treatment_suggestions: arrayOf({ enum: registrationTreatmentSuggestions }, { minItems: 1, uniqueItems: true }), disclaimer_text: nonEmptyString, copyright_office_determination_required: { const: true }, read_only: { const: true }, profile_sha256: sha,
+}), policyProfileExample, "Immutable read-only U.S. literary-work Standard Application terminology and disclaimer profile. Its digest identity excludes profile_sha256.");
+
+const harpIdentity = {
+ schema_version: "1.0", harp_id: ids.harp, project_id: ids.project, application_version: "0.5.2", generator_version: "1.0.0", deposit: { deposit_id: ids.deposit, deposit_sha256: depositSnapshotExample.deposit_sha256, manuscript_revision_id: ids.revision2, manuscript_revision_sha256: digest("2") }, cpl_binding: { chain_head: digest("4"), event_sequence: 42 }, contribution_map: { contribution_map_id: ids.map, contribution_map_sha256: contributionMapExample.contribution_map_sha256 }, policy_profile: { policy_profile_id: ids.policyProfile, profile_version: policyProfileIdentity.profile_version, profile_sha256: policyProfileExample.profile_sha256, retrieved_on: "2026-07-19", status: "current" }, evidentiary_status: "exact", applicability_status: "current", generation_status: "recorded", origin_coverage_status: "complete", lineage_coverage_status: "complete", identity_declaration: { declared_name: "Example Author", identity_status: "self_declared", evidence_reference_ids: [ids.assertion], user_approved: true }, claim_summary: "CPL records direct human input, accepted AI output, and subsequent recorded transformations for the exact deposit.", ai_system_disclosures: [{ provider_id: "openai", model_id: "gpt-example", identity_status: "recorded", included_expression_segment_ids: [ids.segment] }], coverage: { unit: "normalized_unicode_scalar_positions", denominator: 12, recorded_positions: 12, statement: "12 of 12 normalized Unicode scalar positions have recorded origin." }, suggested_registration_language: { author_created: "Text and revisions described in the attached provenance record", material_excluded: "AI-generated text identified in the attached provenance record", new_material_included: "Human-authored text and revisions", note_to_co: "This work contains disclosed AI-generated material.", registration_treatment_suggestions: ["disclose_ai_use", "manual_review_required"], user_approved: true, approval_event_id: ids.event2, approved_language_sha256: digest("c") }, representative_transformation_operation_ids: [ids.operation], limitation_codes: ["SELF_DECLARED_IDENTITY", "COPYRIGHT_OFFICE_DETERMINES_SCOPE"], explanation_codes: harpExplanationCodes, sanitization_profile: "full_private",
+};
+const harpExample = { ...harpIdentity, harp_sha256: sha256(harpIdentity) };
+const harpRules = { allOf: [{
+ if: { properties: { evidentiary_status: { const: "exact" } }, required: ["evidentiary_status"] },
+ then: { properties: {
+ applicability_status: { const: "current" }, generation_status: { const: "recorded" }, origin_coverage_status: { const: "complete" }, lineage_coverage_status: { const: "complete" },
+ identity_declaration: { type: "object", properties: { identity_status: { enum: ["verified", "self_declared"] } }, required: ["identity_status"] },
+ ai_system_disclosures: { type: "array", items: { type: "object", properties: { identity_status: { const: "recorded" } }, required: ["identity_status"] } },
+ policy_profile: { type: "object", properties: { status: { const: "current" } }, required: ["status"] },
+ } },
+}] };
+add("human-authorship-record", "Human Authorship Record of Provenance", closed({
+ schema_version: schemaVersion, harp_id: identifier("harp"), project_id: identifier("project"), application_version: { type: "string", pattern: "^\\d+\\.\\d+\\.\\d+$" }, generator_version: { type: "string", pattern: "^\\d+\\.\\d+\\.\\d+$" }, deposit: closed({ deposit_id: identifier("deposit"), deposit_sha256: sha, manuscript_revision_id: identifier("revision"), manuscript_revision_sha256: sha }), cpl_binding: closed({ chain_head: sha, event_sequence: { type: "integer", minimum: 1 } }), contribution_map: closed({ contribution_map_id: identifier("map"), contribution_map_sha256: sha }), policy_profile: closed({ policy_profile_id: identifier("policyprofile"), profile_version: { type: "string", pattern: "^\\d+\\.\\d+\\.\\d+$" }, profile_sha256: sha, retrieved_on: { type: "string", format: "date" }, status: { enum: ["current", "superseded", "unavailable"] } }), evidentiary_status: { enum: ["exact", "degraded", "stale", "unverified"] }, applicability_status: { enum: ["current", "stale"] }, generation_status: { enum: ["recorded", "unknown"] }, origin_coverage_status: { enum: ["complete", "partial", "unknown"] }, lineage_coverage_status: { enum: ["complete", "partial", "unknown"] }, identity_declaration: closed({ declared_name: nullable(nonEmptyString), identity_status: { enum: ["verified", "self_declared", "unknown"] }, evidence_reference_ids: arrayOf(typedIdentifier, { uniqueItems: true }), user_approved: { const: true } }), claim_summary: { type: "string", minLength: 1, maxLength: 4000 }, ai_system_disclosures: arrayOf(closed({ provider_id: nullable(nonEmptyString), model_id: nullable(nonEmptyString), identity_status: { enum: ["recorded", "unknown"] }, included_expression_segment_ids: arrayOf(identifier("segment"), { uniqueItems: true }) })), coverage: closed({ unit: { const: "normalized_unicode_scalar_positions" }, denominator: { type: "integer", minimum: 0 }, recorded_positions: { type: "integer", minimum: 0 }, statement: nonEmptyString }), suggested_registration_language: closed({ author_created: { type: "string", maxLength: 1000 }, material_excluded: { type: "string", maxLength: 1000 }, new_material_included: { type: "string", maxLength: 1000 }, note_to_co: nullable({ type: "string", maxLength: 2000 }), registration_treatment_suggestions: arrayOf({ enum: registrationTreatmentSuggestions }, { uniqueItems: true }), user_approved: { const: true }, approval_event_id: identifier("event"), approved_language_sha256: sha }), representative_transformation_operation_ids: arrayOf(identifier("operation"), { uniqueItems: true }), limitation_codes: arrayOf({ enum: harpLimitationCodes }, { minItems: 1, uniqueItems: true }), explanation_codes: arrayOf({ enum: harpExplanationCodes }, { minItems: 1, uniqueItems: true }), sanitization_profile: { enum: ["full_private", "sanitized"] }, harp_sha256: sha,
+}, undefined, harpRules), harpExample, "Canonical machine-readable, non-authoritative, exact-deposit HARP projection. Exact status is evidentiary only and cannot determine legal authorship, originality, copyrightability, or a human percentage. Its digest identity excludes harp_sha256.");
+
+const harpArtifactRoles = ["human_readable_harp", "machine_readable_harp", "contribution_map", "deposit_copy", "verification_report", "supporting_archive"];
+const manifestFiles = [
+ { role: "human_readable_harp", path: "reports/harp/harp.pdf", sha256: digest("d"), size: 2048, privacy_classification: "registration" },
+ { role: "machine_readable_harp", path: "reports/harp/harp.json", sha256: harpExample.harp_sha256, size: 4096, privacy_classification: "registration" },
+ { role: "contribution_map", path: "reports/harp/contribution-map.json", sha256: contributionMapExample.contribution_map_sha256, size: 3072, privacy_classification: "registration" },
+ { role: "deposit_copy", path: "deposits/registration-manuscript.pdf", sha256: depositSnapshotExample.deposit_sha256, size: 4096, privacy_classification: "deposit" },
+ { role: "verification_report", path: "reports/harp/verification.json", sha256: digest("e"), size: 1024, privacy_classification: "registration" },
+ { role: "supporting_archive", path: "reports/harp/supporting-archive.zip", sha256: digest("f"), size: 8192, privacy_classification: "private" },
+];
+const harpReportMetadataExample = {
+ deposit_sha256: depositSnapshotExample.deposit_sha256, manuscript_revision_id: ids.revision2, manuscript_revision_sha256: digest("2"), cpl_chain_head: digest("4"), cpl_event_sequence: 42, harp_schema_version: "1.0", harp_generator_version: "1.0.0", application_version: "0.5.11", policy_profile_id: ids.policyProfile, policy_profile_version: policyProfileIdentity.profile_version, policy_profile_sha256: policyProfileExample.profile_sha256, policy_retrieval_date: "2026-07-19", sanitization_profile: "full_private", legal_scope_statement: "Copyrightability and registration scope remain determinations of the U.S. Copyright Office.",
+};
+const harpReportMetadataSchema = closed({
+ deposit_sha256: sha, manuscript_revision_id: identifier("revision"), manuscript_revision_sha256: sha, cpl_chain_head: sha, cpl_event_sequence: { type: "integer", minimum: 1 }, harp_schema_version: { type: "string", pattern: "^\\d+\\.\\d+$" }, harp_generator_version: { type: "string", pattern: "^\\d+\\.\\d+\\.\\d+$" }, application_version: { type: "string", pattern: "^\\d+\\.\\d+\\.\\d+$" }, policy_profile_id: identifier("policyprofile"), policy_profile_version: { type: "string", pattern: "^\\d+\\.\\d+\\.\\d+$" }, policy_profile_sha256: sha, policy_retrieval_date: { type: "string", format: "date" }, sanitization_profile: { enum: ["full_private", "sanitized"] }, legal_scope_statement: nonEmptyString,
+});
+const harpManifestIdentity = {
+ schema_version: "1.0", manifest_id: ids.manifest, project_id: ids.project, harp_id: ids.harp, harp_sha256: harpExample.harp_sha256, deposit_id: ids.deposit, deposit_sha256: depositSnapshotExample.deposit_sha256, contribution_map_id: ids.map, contribution_map_sha256: contributionMapExample.contribution_map_sha256, cpl_chain_head: digest("4"), report_metadata: harpReportMetadataExample, verification_report_sha256: digest("e"), sanitization_profile: "full_private", sanitization_rules_sha256: digest("0"), omissions: [], files: manifestFiles, created_at: laterTimestamp,
+};
+const harpManifestExample = { ...harpManifestIdentity, manifest_sha256: sha256(harpManifestIdentity) };
+const manifestFilesSchema = arrayOf(closed({ role: { enum: harpArtifactRoles }, path: repositoryPath, sha256: sha, size: { type: "integer", minimum: 1 }, privacy_classification: { enum: ["registration", "deposit", "sanitized_evidence", "private"] } }), { minItems: harpArtifactRoles.length, uniqueItems: true, allOf: harpArtifactRoles.map((role) => ({ contains: { type: "object", properties: { role: { const: role } }, required: ["role"] }, minContains: 1, maxContains: 1 })) });
+add("harp-export-manifest", "HARP export manifest", closed({
+ schema_version: schemaVersion, manifest_id: identifier("manifest"), project_id: identifier("project"), harp_id: identifier("harp"), harp_sha256: sha, deposit_id: identifier("deposit"), deposit_sha256: sha, contribution_map_id: identifier("map"), contribution_map_sha256: sha, cpl_chain_head: sha, report_metadata: harpReportMetadataSchema, verification_report_sha256: sha, sanitization_profile: { enum: ["full_private", "sanitized"] }, sanitization_rules_sha256: sha, omissions: arrayOf(closed({ category: { enum: ["private_conversation", "rejected_output", "rejected_model_output", "credential", "credential_authorization_material", "personal_identifier", "internal_path", "provider_metadata", "provider_metadata_not_required", "protected_source_body", "other"] }, action: { enum: ["exclude", "redact", "summarize"] }, count: { type: "integer", minimum: 1 }, disclosure_sha256: sha })), files: manifestFilesSchema, created_at: timestamp, manifest_sha256: sha,
+}), harpManifestExample, "Immutable manifest binding the HARP, contribution map, exact deposit, verification report, archive artifacts, sanitization rules, omissions, and hashes. Its digest identity excludes manifest_sha256.");
const purgeExample = { schema_version: "1.0", purge_id: ids.purge, project_id: ids.project, requested_at: timestampValue, completed_at: laterTimestamp, reason: "Remove accidentally retained credential", superseded_chain_head: digest("4"), new_chain_root: digest("5"), affected_record_ids: [ids.record], affected_paths: ["records/invocations/request.json"], git_history_rewritten: true, prior_copies_revocable: false, confirmation_phrase_sha256: digest("6") };
add("purge-manifest", "Emergency purge manifest", closed({ schema_version: schemaVersion, purge_id: identifier("purge"), project_id: identifier("project"), requested_at: timestamp, completed_at: timestamp, reason: nonEmptyString, superseded_chain_head: sha, new_chain_root: sha, affected_record_ids: arrayOf(identifier("record"), { minItems: 1, uniqueItems: true }), affected_paths: arrayOf(repositoryPath, { uniqueItems: true }), git_history_rewritten: { const: true }, prior_copies_revocable: { const: false }, confirmation_phrase_sha256: sha }), purgeExample, "Explicit disclosure of a destructive provenance and Git reconstitution.");
const schemaNames = [...schemas.keys()].sort();
+const compositionSchemaNames = new Set(["composition-operation", "expression-segment", "contribution-map", "deposit-snapshot", "registration-policy-profile", "human-authorship-record", "harp-export-manifest"]);
+const compositionRegistryNames = new Set(["composition-operation-kinds", "recorded-origin-kinds", "transformation-relationships", "contribution-map-layers", "registration-treatment-suggestions", "harp-limitation-codes", "harp-explanation-codes", "composition-assertion-predicates"]);
function clone(value) {
return structuredClone(value);
@@ -643,7 +769,36 @@ function invalidCases(name, schema, example) {
instance.reason_code = "DEPENDENCY_DIGEST_MISMATCH";
});
}
- if (!cases.length) throw new Error(`No invalid fixture cases generated for ${name}.`);
+ if (name === "composition-operation") {
+ push("composition-operation: paste cannot claim direct human-input origin", (instance) => {
+ instance.operation_kind = "paste";
+ instance.recorded_origin_kind = "recorded_direct_human_input";
+ });
+ push("composition-operation: AI acceptance requires invocation and disposition", (instance) => {
+ instance.operation_kind = "ai_acceptance";
+ instance.recorded_origin_kind = "accepted_ai_output";
+ instance.invocation_id = null;
+ instance.disposition_id = null;
+ });
+ }
+ if (name === "expression-segment") {
+ push("expression-segment: unattested origin cannot be exact", (instance) => { instance.recorded_origin_kind = "unattested"; });
+ push("expression-segment: unknown identity cannot be exact", (instance) => { instance.actor_identity_status = "unknown"; });
+ push("expression-segment: unknown generation cannot be exact", (instance) => { instance.generation_status = "unknown"; });
+ push("expression-segment: unknown lineage cannot be exact", (instance) => { instance.lineage_status = "unknown"; });
+ }
+ if (name === "contribution-map") {
+ push("contribution-map: partial coverage cannot be exact", (instance) => { instance.coverage.coverage_status = "partial"; });
+ push("contribution-map: non-exact segment cannot produce exact map", (instance) => { instance.segments[0].classification_status = "unverified"; });
+ }
+ if (name === "human-authorship-record") {
+ push("human-authorship-record: unknown identity cannot be exact", (instance) => { instance.identity_declaration.identity_status = "unknown"; instance.identity_declaration.declared_name = null; });
+ push("human-authorship-record: unknown generation cannot be exact", (instance) => { instance.generation_status = "unknown"; });
+ push("human-authorship-record: unknown origin cannot be exact", (instance) => { instance.origin_coverage_status = "unknown"; });
+ push("human-authorship-record: unknown lineage cannot be exact", (instance) => { instance.lineage_coverage_status = "unknown"; });
+ push("human-authorship-record: unknown AI-system identity cannot be exact", (instance) => { instance.ai_system_disclosures[0].identity_status = "unknown"; instance.ai_system_disclosures[0].provider_id = null; instance.ai_system_disclosures[0].model_id = null; });
+ push("human-authorship-record: human percentage is a prohibited field", (instance) => { instance.human_percentage = 100; });
+ } if (!cases.length) throw new Error(`No invalid fixture cases generated for ${name}.`);
return cases;
}
@@ -744,25 +899,88 @@ const registries = [
{ code: "CHRONOLOGY_INCOMPLETE", permitted_statuses: ["degraded", "unverified"] },
{ code: "COMPLETENESS_INCOMPLETE", permitted_statuses: ["degraded", "unverified"] },
],
+ }, {
+ name: "composition-operation-kinds",
+ description: "Composition-specific immutable operation kinds.",
+ entries: [
+ { code: "insert", meaning: "Insert expression at a revision-bound destination." },
+ { code: "delete", meaning: "Delete expression identified by an exact preimage range." },
+ { code: "replace", meaning: "Replace an exact preimage range with new expression." },
+ { code: "move", meaning: "Move expression while retaining stable lineage." },
+ { code: "paste", meaning: "Insert pasted material whose human authorship is not inferred." },
+ { code: "transcription", meaning: "Insert human expressive input mediated by transcription without retaining audio." },
+ { code: "ai_acceptance", meaning: "Accept expression from a recorded model invocation and disposition." },
+ { code: "restoration", meaning: "Restore expression from a recorded earlier revision." },
+ ],
+ },
+ {
+ name: "recorded-origin-kinds",
+ description: "Evidence classifications for how expression entered the composition, never legal authorship categories.",
+ entries: [
+ { code: "recorded_direct_human_input", meaning: "CPL records direct human expressive input." },
+ { code: "human_expressive_input_via_transcription", meaning: "CPL records human expressive input mediated by transcription." },
+ { code: "accepted_ai_output", meaning: "Expression was accepted from a recorded AI-system output." },
+ { code: "imported_or_pasted", meaning: "Expression entered through import or paste without inferred authorship." },
+ { code: "system_restoration", meaning: "Expression was restored from a recorded project revision." },
+ { code: "unattested", meaning: "No exact recorded origin is available for the expression." },
+ ],
+ },
+ {
+ name: "transformation-relationships",
+ description: "Independent relationships describing how expression changed or derived.",
+ entries: transformationRelationships.map((code) => ({ code, meaning: `Recorded composition transformation: ${code.replaceAll("_", " ")}.` })),
+ },
+ {
+ name: "contribution-map-layers",
+ description: "Independent projection layers that must not be collapsed into recorded origin.",
+ entries: contributionMapLayers.map((code) => ({ code, meaning: `Contribution-map layer: ${code.replaceAll("_", " ")}.` })),
+ },
+ {
+ name: "registration-treatment-suggestions",
+ description: "Editable policy-profile suggestions, not evidence facts or legal determinations.",
+ entries: registrationTreatmentSuggestions.map((code) => ({ code, meaning: `Suggested registration treatment: ${code.replaceAll("_", " ")}.` })),
+ },
+ {
+ name: "harp-limitation-codes",
+ description: "Stable HARP limitation disclosures.",
+ entries: harpLimitationCodes.map((code) => ({ code, meaning: `HARP limitation: ${code.toLowerCase().replaceAll("_", " ")}.` })),
+ },
+ {
+ name: "harp-explanation-codes",
+ description: "Stable explanations of HARP scope and interpretation.",
+ entries: harpExplanationCodes.map((code) => ({ code, meaning: `HARP explanation: ${code.toLowerCase().replaceAll("_", " ")}.` })),
+ },
+ {
+ name: "composition-assertion-predicates",
+ description: "Canonical composition relationship predicates used by existing provenance assertions.",
+ entries: compositionAssertionPredicates.map((code) => ({ code, meaning: `Assertion relationship: ${code.replaceAll("_", " ")}.` })),
},
].map((registry) => ({
- registry_version: "1.0",
+ registry_version: compositionRegistryNames.has(registry.name) ? "1.1" : "1.0",
provenance_schema_version: "1.0",
- application_version: "0.4.0",
+ application_version: compositionRegistryNames.has(registry.name) ? "0.5.2" : "0.4.0",
+ introduced_in_application_version: compositionRegistryNames.has(registry.name) ? "0.5.2" : "0.4.0",
+ compatible_application_versions: compositionRegistryNames.has(registry.name) ? ["0.5.2", "0.5.3", "0.5.4", "0.5.5", "0.5.6", "0.5.7", "0.5.8", "0.5.9", "0.5.10", "0.5.11", "0.6.0"] : ["0.4.0", "0.5.0", "0.5.1", "0.5.2", "0.5.3", "0.5.4", "0.5.5", "0.5.6", "0.5.7", "0.5.8", "0.5.9", "0.5.10", "0.5.11", "0.6.0"],
...registry,
entries: registry.entries.map((entry) => registry.name === "assertion-reason-codes" ? { ...entry, meaning: assertionReasonMeanings[entry.code] } : entry),
}));
for (const registry of registries) await writeJson(path.join(registryDir, `${registry.name}.json`), registry);
const catalog = {
- catalog_version: "1.0",
+ catalog_version: "1.1",
+ package_version: "0.5.2",
dialect: draft,
provenance_schema_version: "1.0",
- application_version: "0.4.0",
- compatible_application_versions: ["0.4.0"],
+ application_version: "0.5.2",
+ compatible_application_versions: ["0.4.0", "0.5.0", "0.5.1", "0.5.2", "0.5.3", "0.5.4", "0.5.5", "0.5.6", "0.5.7", "0.5.8", "0.5.9", "0.5.10", "0.5.11", "0.6.0"],
+ cpl_runtime_target: "0.6.0",
native_writer_conformance: false,
- registries: registries.map(({ name, description }) => ({
+ assertion_semantics_compatibility: "Existing v0.4 provenance-assertion and assertion-evaluation semantics remain valid and unchanged by the additive composition extension.",
+ registries: registries.map(({ name, description, registry_version, introduced_in_application_version, compatible_application_versions }) => ({
name,
description,
+ registry_version,
+ introduced_in_application_version,
+ compatible_application_versions,
id: `${baseId}/registries/${name}.json`,
file: `registries/${name}.json`,
})),
@@ -770,6 +988,8 @@ const catalog = {
generated_by: "scripts/generate-provenance-stage2.mjs",
schemas: schemaNames.map((name) => ({
name,
+ introduced_in_application_version: compositionSchemaNames.has(name) ? "0.5.2" : "0.4.0",
+ compatible_application_versions: compositionSchemaNames.has(name) ? ["0.5.2", "0.5.3", "0.5.4", "0.5.5", "0.5.6", "0.5.7", "0.5.8", "0.5.9", "0.5.10", "0.5.11", "0.6.0"] : ["0.4.0", "0.5.0", "0.5.1", "0.5.2", "0.5.3", "0.5.4", "0.5.5", "0.5.6", "0.5.7", "0.5.8", "0.5.9", "0.5.10", "0.5.11", "0.6.0"],
id: schemas.get(name).$id,
file: `${name}.schema.json`,
valid_fixture: `fixtures/valid/${name}.valid.json`,
@@ -972,15 +1192,25 @@ await writeJson(path.join(vectorDir, "self-digest-identities.json"), {
merkle_identity: releaseFiles,
digest: releaseMerkleRoot(releaseFiles),
excluded_paths: ["release-manifest.json", "release-files.sha256"],
- },
+ }, contribution_map: { identity: contributionMapIdentity, digest: contributionMapExample.contribution_map_sha256, complete_record: contributionMapExample, excluded_fields: ["contribution_map_sha256"] },
+ registration_policy_profile: { identity: policyProfileIdentity, digest: policyProfileExample.profile_sha256, complete_record: policyProfileExample, excluded_fields: ["profile_sha256"] },
+ human_authorship_record: { identity: harpIdentity, digest: harpExample.harp_sha256, complete_record: harpExample, excluded_fields: ["harp_sha256"] },
+ harp_export_manifest: { identity: harpManifestIdentity, digest: harpManifestExample.manifest_sha256, complete_record: harpManifestExample, excluded_fields: ["manifest_sha256"] },
});
+const sanitizationRule = (category, action, count, retainedBinding) => {
+ const identity = { category, action, count, retained_binding_sha256: retainedBinding };
+ return { ...identity, disclosure_sha256: sha256(identity) };
+};
const sanitizationRules = [
- { category: "private_conversation", action: "exclude", count: 2 },
- { category: "personal_identifier", action: "redact", count: 1 },
- { category: "provider_detail", action: "summarize", count: 1 },
-];
-const sanitizedManifestVector = {
+ sanitizationRule("private_conversation", "exclude", 2, digest("1")),
+ sanitizationRule("rejected_model_output", "exclude", 1, digest("2")),
+ sanitizationRule("credential_authorization_material", "exclude", 0, digest("3")),
+ sanitizationRule("personal_identifier", "redact", 1, digest("4")),
+ sanitizationRule("internal_path", "exclude", 7, digest("5")),
+ sanitizationRule("provider_metadata_not_required", "exclude", 1, digest("6")),
+ sanitizationRule("protected_source_body", "exclude", 3, digest("7")),
+];const sanitizedManifestVector = {
...sanitizedExample,
omission_rules: sanitizationRules,
rules_sha256: sha256(sanitizationRules),
@@ -1137,7 +1367,97 @@ await writeJson(path.join(vectorDir, "assertion-envelope-and-invalidation.json")
"Consumers decide from canonical assertions, evaluations, and registries without producer-specific internal state.",
],
});
-const readme = `# Thinkloom provenance schemas 1.0\n\nThis generated package is the formal Stage 2 contract for the approved provenance architecture. It targets JSON Schema Draft 2020-12 and ships with ${schemaNames.length} schemas, valid fixtures, invalid fixture suites, and deterministic verification vectors.\n\n- \`catalog.json\` is the machine-readable inventory.\n- \`*.schema.json\` are the formal contracts.\n- \`registries\` defines assertion lifecycle, evaluation status, confidence, evidence, boundary, and reason semantics.\n- \`fixtures/valid\` contains one canonical valid instance per schema.\n- \`fixtures/invalid\` covers required fields, closed-object policy, and populated enum, pattern, and numeric/string/array bounds.\n- \`vectors\` fixes canonicalization, timestamps, paths, JSONL, event and segment chains, self-digests, protected records, key rotation and recovery, retention policy, sanitized export, deterministic indexes, verification reports, canonical assertions and evaluations, dependency invalidation, backups, and release-Merkle behavior.\n\nRegenerate with \`npm run provenance:schema:generate\`. Verify with \`npm run provenance:schema:test\`. Generated files must be committed together with generator and vector changes. Runtime adoption is a later implementation stage; presence of this package does not imply the current native writer already conforms.\n`;
-await writeFile(path.join(output, "README.md"), readme, "utf8");
+const secondExpressionSegment = {
+ ...expressionSegmentExample,
+ segment_id: typedId("segment", "6"),
+ segment_sequence: 2,
+ range: { ...expressionSegmentExample.range, start: 12, end: 24, preimage_sha256: digest("6"), text_fragment_id: typedId("fragment", "7") },
+ content_sha256: digest("6"),
+};
+const contributionInputsA = [secondExpressionSegment, expressionSegmentExample];
+const contributionInputsB = [...contributionInputsA].reverse();
+const sortedContributionSegments = [...contributionInputsA].sort((left, right) => left.segment_sequence - right.segment_sequence || (left.segment_id < right.segment_id ? -1 : left.segment_id > right.segment_id ? 1 : 0));
+const deterministicContributionMapIdentity = {
+ ...contributionMapIdentity,
+ coverage: { denominator: 24, recorded_positions: 24, coverage_status: "complete", denominator_unit: "normalized_unicode_scalar_position", denominator_definition: contributionCoverageDefinition },
+ segments: sortedContributionSegments,
+ structural_locators: [
+ { segment_id: expressionSegmentExample.segment_id, chapter: 1, paragraph: 1, page: 1 },
+ { segment_id: secondExpressionSegment.segment_id, chapter: 1, paragraph: 1, page: 1 },
+ ],
+};
+const deterministicContributionMap = { ...deterministicContributionMapIdentity, contribution_map_sha256: sha256(deterministicContributionMapIdentity) };
+await writeJson(path.join(vectorDir, "composition-and-harp-classification.json"), {
+ vector_version: "1.1",
+ operations: {
+ direct_human_insert: compositionOperationExample,
+ paste: { ...compositionOperationExample, operation_id: typedId("operation", "7"), operation_kind: "paste", recorded_origin_kind: "imported_or_pasted", transformation_relationships: ["pasted_from_external"], source_record_ids: [ids.record], lineage_reference_ids: [ids.record] },
+ transcription: { ...compositionOperationExample, operation_id: typedId("operation", "8"), operation_kind: "transcription", recorded_origin_kind: "human_expressive_input_via_transcription", transformation_relationships: ["transcribed_from_human_speech"] },
+ ai_acceptance: { ...compositionOperationExample, operation_id: typedId("operation", "9"), operation_kind: "ai_acceptance", recorded_origin_kind: "accepted_ai_output", invocation_id: ids.invocation, disposition_id: ids.disposition, transformation_relationships: ["generated_by_ai"] },
+ restoration: { ...compositionOperationExample, operation_id: typedId("operation", "A"), operation_kind: "restoration", recorded_origin_kind: "system_restoration", transformation_relationships: ["restored_from_revision"], lineage_reference_ids: [ids.revision] },
+ },
+ exact_expression_segment: expressionSegmentExample,
+ exact_harp: harpExample,
+ forbidden_exact_segments: {
+ unknown_origin: { ...expressionSegmentExample, recorded_origin_kind: "unattested" },
+ unknown_identity: { ...expressionSegmentExample, actor_identity_status: "unknown" },
+ unknown_generation: { ...expressionSegmentExample, generation_status: "unknown" },
+ unknown_lineage: { ...expressionSegmentExample, lineage_status: "unknown" },
+ },
+ forbidden_exact_harps: {
+ unknown_origin: { ...harpExample, origin_coverage_status: "unknown" },
+ unknown_identity: { ...harpExample, identity_declaration: { ...harpExample.identity_declaration, declared_name: null, identity_status: "unknown" } },
+ unknown_generation: { ...harpExample, generation_status: "unknown" },
+ unknown_lineage: { ...harpExample, lineage_coverage_status: "unknown" },
+ unknown_ai_system: { ...harpExample, ai_system_disclosures: [{ provider_id: null, model_id: null, identity_status: "unknown", included_expression_segment_ids: [ids.segment] }] },
+ },
+ independent_dimensions: ["recorded_origin", "transformation", "selection_arrangement", "evidentiary_evaluation", "suggested_registration_treatment"],
+ prohibited_claim_fields: ["human_percentage", "ai_percentage", "authorship_score", "originality_score", "copyrightability_score"],
+});
+await writeJson(path.join(vectorDir, "contribution-map-determinism.json"), {
+ vector_version: "1.1",
+ input_orders: [contributionInputsA, contributionInputsB],
+ sorting_rule: "Sort by segment_sequence, then stable segment_id; never use locale-sensitive presentation order.",
+ deterministic_map: deterministicContributionMap,
+ canonical_map_sha256: sha256(canonicalize(deterministicContributionMap)),
+ coverage_invariant: "Ranges are ordered, non-overlapping, and cover every normalized Unicode scalar position from zero through the denominator.",
+ locator_invariant: "Revision, deposit digest, and stable segment ID are authoritative; page, chapter, and paragraph are layout-derived.",
+});
+const staleHarpIdentity = {
+ ...harpIdentity,
+ evidentiary_status: "stale",
+ applicability_status: "stale",
+ deposit: { ...harpIdentity.deposit, manuscript_revision_id: typedId("revision", "8"), manuscript_revision_sha256: digest("8") },
+ limitation_codes: [...harpIdentity.limitation_codes, "SUPERSEDED_POLICY_PROFILE"],
+};
+const staleHarp = { ...staleHarpIdentity, harp_sha256: sha256(staleHarpIdentity) };
+await writeJson(path.join(vectorDir, "harp-deposit-staleness.json"), {
+ vector_version: "1.1",
+ deposit_snapshot: depositSnapshotExample,
+ current_harp: harpExample,
+ stale_after_edit: staleHarp,
+ export_manifest: harpManifestExample,
+ changed_dependency: { kind: "manuscript_revision", previous_revision_id: ids.revision2, current_revision_id: staleHarp.deposit.manuscript_revision_id, previous_sha256: digest("2"), current_sha256: staleHarp.deposit.manuscript_revision_sha256 },
+ historical_integrity_rule: "Staleness for the current work does not invalidate the immutable HARP for its original exact deposit.",
+ registration_language_rule: "All suggested application strings are editable and bound only after explicit user approval.",
+ legal_scope_rule: "HARP does not determine identity, legal authorship, originality, copyrightability, ownership, or registrability.",
+});
+const readme = `# Thinkloom provenance schemas 1.0
+
+Package release: **Thinkloom 0.5.2**
+
+CPL runtime target: **Thinkloom 0.6.0**
+
+This generated additive package is the formal schema contract for the approved provenance architecture, composition lineage, and HARP projection. It targets JSON Schema Draft 2020-12 and ships with ${schemaNames.length} schemas, valid fixtures, invalid fixture suites, versioned semantic registries, and deterministic verification vectors.
+
+- \`catalog.json\` declares package, schema-family, per-schema introduction, and v0.6.0 compatibility without claiming native CPL conformance.
+- \`*.schema.json\` are closed formal contracts. The seven composition/HARP records extend rather than overload v0.4 assertions or edit transactions.
+- \`registries\` keeps recorded origin, transformation, selection/arrangement, evidentiary evaluation, and suggested registration treatment independent.
+- \`fixtures/valid\` contains one canonical valid instance per schema.
+- \`fixtures/invalid\` covers required fields, closed-object policy, populated constraints, and HARP-specific unknown-origin, identity, generation, and lineage boundaries.
+- \`vectors\` fixes canonicalization, event and segment chains, self-digests, protected records, deterministic contribution maps, exact-deposit HARP binding, staleness, policy profiles, assertions/evaluations, backups, sanitization, and release-Merkle behavior.
+
+Existing v0.4 provenance-assertion and assertion-evaluation semantics remain valid. Regenerate with \`npm run provenance:schema:generate\`. Verify with \`npm run provenance:schema:test\`. Generated files must be committed together with generator and vector changes. Package presence does not confer CPL project-format conformance. Thinkloom 0.5.4 established the exact CPL 1.0 project marker and opener boundary. Thinkloom 0.5.5 adds typed, replayable Phase 1 commands, and Thinkloom 0.5.6 adds deterministic manuscript composition lineage, and Thinkloom 0.5.7 adds the frozen-deposit contribution-map projection, and Thinkloom 0.5.8 adds deterministic exact-deposit HARP generation, and Thinkloom 0.5.9 adds connected native CPL exploration and gated HARP preparation, and Thinkloom 0.5.10 adds separate registration artifacts plus verifiable sanitized and full-private HARP archives, and Thinkloom 0.5.11 adds the executable verification matrix, native release gate, origin-preserving arrangement checks, and packaged Windows end-to-end gate, without converting unmarked v0.5.x preview projects.
+`;await writeFile(path.join(output, "README.md"), readme, "utf8");
console.log(`Generated ${schemaNames.length} provenance schemas and fixtures in ${path.relative(root, output)}.`);
\ No newline at end of file
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 44d3806..3d4ad96 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -3980,7 +3980,7 @@ dependencies = [
[[package]]
name = "thinkloom"
-version = "0.5.0"
+version = "0.5.11"
dependencies = [
"chrono",
"hex",
@@ -3989,12 +3989,14 @@ dependencies = [
"reqwest 0.12.28",
"rfd",
"rusqlite",
+ "ryu",
"serde",
"serde_json",
"sha2",
"tauri",
"tauri-build",
"tempfile",
+ "unicode-normalization",
"uuid",
"walkdir",
"zip",
@@ -4426,6 +4428,15 @@ version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
+[[package]]
+name = "unicode-normalization"
+version = "0.1.25"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
+dependencies = [
+ "tinyvec",
+]
+
[[package]]
name = "unicode-segmentation"
version = "1.13.3"
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 0714c53..fda2a65 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "thinkloom"
-version = "0.5.0"
+version = "0.5.11"
description = "Local-first writing studio with creative provenance"
authors = ["Christopher Chambers"]
license = "AGPL-3.0-only"
@@ -24,6 +24,8 @@ sha2 = "0.10"
hex = "0.4"
chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "1", features = ["v4", "serde"] }
+unicode-normalization = "0.1"
+ryu = "1"
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
zip = { version = "2", default-features = false, features = ["deflate"] }
keyring = "3"
diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs
index 3ebe388..288624c 100644
--- a/src-tauri/src/lib.rs
+++ b/src-tauri/src/lib.rs
@@ -1,12 +1,14 @@
+pub mod project_format;
+pub mod provenance;
+
use chrono::Utc;
-use rusqlite::{params, Connection};
+use rusqlite::Connection;
use serde::{de::DeserializeOwned, Deserialize, Serialize};
use serde_json::{json, Value};
-use sha2::{Digest, Sha256};
use std::{
collections::HashMap,
fs,
- io::Write,
+ io::{Read, Write},
path::{Path, PathBuf},
process::Command,
sync::Mutex,
@@ -25,6 +27,13 @@ const PROMPT_GUIDE: &str = include_str!("../../PROMPTS.md");
#[derive(Default)]
struct RuntimeState {
active_project: Mutex