{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/logshare_end", "title": "logshare_end", "anyOf": [ { "type": "string" }, { "type": "integer" } ], "description": "Sets the (exclusive) end of the requested time frame. This can be a unix timestamp (in seconds or nanoseconds), or an absolute timestamp that conforms to RFC 3339. `end` must be at least five minutes earlier than now and must be later than `start`. Difference between `start` and `end` must be not greater than one hour.", "example": "2018-05-20T10:01:00Z" }