Skip to content

SystemMetadata

System-managed metadata that is automatically added to records.

PropertyTypeRequiredDescription
createdAt utcDateTime Yes The timestamp (in UTC) at which the record was created.
lastModifiedAt utcDateTime Yes The timestamp (in UTC) at which the record was last modified.

A JSON example of this model.

{
"createdAt": "2025-10-28T17:57:49.828Z",
"lastModifiedAt": "2025-10-28T17:57:49.828Z"
}
Version Changes
0.1.0
  • Added SystemMetadata model