{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PointOfTimeOffset",
"type": "object",
"properties": {
"offset": {
"type": "string",
"description": "Point of time identified by an offset in reference to the current time, such as `10 min`."
}
}
}