{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PointOfTimeStatement", "type": "object", "description": "Point of time indicating when a statement was executed.", "properties": { "statement": { "type": "string", "description": "Statement of the point of time." } } }