Skip to content

SystemMetadata

System-managed metadata that is automatically added to records.

PropertyTypeRequiredDescription
createdAtutcDateTimeYesThe timestamp (in UTC) at which the record was created.
lastModifiedAtutcDateTimeYesThe timestamp (in UTC) at which the record was last modified.

A JSON example of this model.

{
"createdAt": "2025-01-01T17:01:01",
"lastModifiedAt": "2025-01-02T17:30:00"
}
VersionChangesSchema
0.1.0
  • Added SystemMetadata model
SystemMetadata.yaml