metaDataType
Description
Metadata based on a small subset of Dublin Core.
Properties
Name | Description | Required | Type |
---|---|---|---|
SourceId | To be filled at creation by the source system with its unique identifier. | Yes | identifierType |
Modified | The date and time at which the object was last modified. | Yes | date-time |
Created | The date and time at which the object was created. SHOULD be set if known. | No | date-time |
Creator | Person or organisation who created the object | No | string |
ValidFrom | The earliest date and time from which the object is valid. | No | date-time |
ValidTo | The latest date and time to which the object is valid. | No | date-time |
IsDeleted | Boolean value indicating if this resource has been deleted in the source system. | No | boolean |
Examples
Example 1
{
"sourceId": {
"scheme": "nz.farm-mgt.pasture",
"id": "83de7a5d-c31a-457c-8b51-3cdf75ffdb99"
},
"modified": "2022-10-03T11:00:00Z",
"created": "2022-10-03T11:00:00Z",
"creator": "farm-mgt.co.nz",
"validFrom": "2022-10-03T11:00:00Z",
"validTo": "2023-04-03T11:00:00Z"
}