{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PointOfTimeTimestamp",
"type": "object",
"description": "Point of time identified by a timestamp.",
"properties": {
"timestamp": {
"type": "string",
"description": "Timestamp of the point of time."
}
}
}