

| {S}[B] Status [i] | implemented |
|---|---|
| Provenance | |
| Used by | |
| Contributors |
|
| Source (v1.0.0) |
Type: object
Description: Information about when an update to a record occurred, who or what made the update and any pertinent information
regarding the content and/or reason for the update
| Property | Type |
|---|---|
| comment | string |
| timestamp | string |
| updatedBy | string |
Textual comment about the changes made to the content and/or reason for the update
comment Value Example"Match with current schema"
ISO8601 UTC timestamps at which this record was updated
timestamp Value Example"2007-12-03T10:15:30.00Z"
Information about the person/organisation/network that has updated the phenopacket
updatedBy Value Example"GA4GHData working group"
Update Value Example{
"comment" : "Match with current schema",
"timestamp" : "2007-12-03T10:15:30.00Z",
"updatedBy" : "GA4GHData working group"
}