sb-phenopackets Update [ ↗ ]

{S}[B] Status [i]
implemented
Provenance
Used by
Contributors
Source (v1.0.0)

Attributes

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

Properties

PropertyType
commentstring
timestampstring
updatedBystring

comment

Textual comment about the changes made to the content and/or reason for the update

comment Value Example
"Match with current schema"

timestamp

ISO8601 UTC timestamps at which this record was updated

timestamp Value Example
"2007-12-03T10:15:30.00Z"

updatedBy

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"
}