PreservedDocument
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/PreservedDocument.jsonobject_idstring
Storage object identifier
object_typestring
Type of stored object
receipt_timestampdate-time
Timestamp when receipt was received
statusstringrequired
Preservation status: to_be_stored, sent, stored, error
uuidstringrequired
Document UUID
weightint64
Document weight in bytes
PreservedDocument
{
"$schema": "https://example.com/schemas/PreservedDocument.json",
"object_id": "string",
"object_type": "string",
"receipt_timestamp": "2024-07-29T15:51:28.071Z",
"status": "string",
"uuid": "string",
"weight": 0
}