19 lines
780 B
JSON
19 lines
780 B
JSON
{
|
|
"schema": "https://thinkloom.app/schemas/provenance/1.0/ledger-segment-manifest.schema.json",
|
|
"description": "Valid Ledger segment manifest example.",
|
|
"instance": {
|
|
"schema_version": "1.0",
|
|
"project_id": "project_01J00000000000000000000001",
|
|
"segment_number": 1,
|
|
"previous_segment_file_hash": null,
|
|
"first_event_hash": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
|
|
"final_event_hash": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
|
|
"first_event_sequence": 1,
|
|
"final_event_sequence": 2,
|
|
"event_count": 2,
|
|
"byte_length": 1024,
|
|
"segment_file_hash": "sha256:6666666666666666666666666666666666666666666666666666666666666666",
|
|
"sealed_at": "2026-07-17T18:42:10.123Z"
|
|
}
|
|
}
|