{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/aaa_before", "title": "aaa_before", "description": "Limit the returned results to history records older than the specified date. This must be a timestamp that conforms to RFC3339.", "example": "2022-05-20T20:29:58.679897Z", "format": "date-time", "type": "string" }