Verified Package ZIP
ReScope bundles the files it generates for a locked change order into a single ZIP so you can share through Messages, Mail, or the Files app.
This sample is sanitized. No real customer names, addresses, or project identifiers are included.
Have questions about checks? See FAQ.
Sample Verified Package
A sanitized example of the Package ZIP ReScope creates so you can share a complete, verifiable record.
What’s inside
audit.json
Audit trail events. Shows when the change order and lock occurred.
manifest.json
File index with SHA-256 hashes so recipients can verify package contents are unchanged.
pdfs/Sample Renovation - Sample-0001 - v1 - 2026-01-25.pdf
Signed change order PDF (locked artifact). Generated once at lock time.
signatures/6F72ADF8-C07A-4A53-8EAF-C8132805ECD0.png
Captured client signature image (PNG).
Signed PDF (preview)
The signed PDF is generated once at lock time and stored.
Signature image

The signature PNG is included as a separate file and incorporated into the locked PDF.
manifest.json (sample structure)
Open{
"appVersion": "1.0.0",
"savedAt": "2026-01-25T15:30:00.000Z",
"files": [
{ "relativePath": "audit.json", "sha256": "…" },
{ "relativePath": "pdfs/…signed.pdf", "sha256": "…" },
{ "relativePath": "signatures/…png", "sha256": "…" }
]
}audit.json (sample structure)
Open[
{ "action": "change_order_created", "createdAt": "…" },
{ "action": "signature_captured", "createdAt": "…" },
{ "action": "change_order_locked", "createdAt": "…" }
]Verify in 15 seconds
macOS
shasum -a 256 "Sample Renovation - Sample-0001 - v1 - 2026-01-25.pdf"Windows
certutil -hashfile "Sample Renovation - Sample-0001 - v1 - 2026-01-25.pdf" SHA256Compare the computed hash to the value listed in manifest.json. If it matches, the PDF hasn’t changed since it was locked.
