Table of Contents

icarMetaDataType

Description

Generic meta data on this event

Properties

Name Description Required Type
Source Source where data is retrieved from. URI or reverse DNS that identifies the source system. Yes string
SourceId Unique Id (ideally UUID) for the resource in the original source system. Treat source and sourceId as an icarIdentifierType. No string
IsDeleted Boolean value indicating if this resource has been deleted in the source system. No boolean
Modified RFC3339 UTC date/time of last modification (see https://ijmacd.github.io/rfc3339-iso8601/ for format guidance). Yes date-time
Created RFC3339 UTC date/time of creation (see https://ijmacd.github.io/rfc3339-iso8601/ for format guidance). No date-time
Creator Person or organisation who created the object No string
ValidFrom RFC3339 UTC start of period when the resource is valid (see https://ijmacd.github.io/rfc3339-iso8601/ for format guidance). No date-time
ValidTo RFC3339 UTC end of the period when the resoure is valid (see https://ijmacd.github.io/rfc3339-iso8601/ for format guidance). No date-time

Examples

Example 1

{
  "source": "source",
  "sourceId": "sourceId",
  "isDeleted": false,
  "modified": "2024-06-24T02:25:11.4426586+00:00",
  "created": "2024-06-24T02:25:11.4426603+00:00",
  "creator": "creator",
  "validFrom": "2024-06-24T02:25:11.4426649+00:00",
  "validTo": "2024-06-24T02:25:11.4426663+00:00"
}