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-10-30T01:50:44.6811085+00:00",
"created": "2024-10-30T01:50:44.6811100+00:00",
"creator": "creator",
"validFrom": "2024-10-30T01:50:44.6811122+00:00",
"validTo": "2024-10-30T01:50:44.6811136+00:00"
}