{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/logshare_logs_response_json_lines", "title": "logshare_logs_response_json_lines", "anyOf": [ { "type": "string" }, { "type": "object" } ], "example": "{\"ClientIP\":\"192.0.2.1\",\"RayID\":\"41ddf1740f67442d\",\"EdgeStartTimestamp\":1526810289280000000}\n{\"ClientIP\":\"192.0.2.1\",\"RayID\":\"41ddf1740f67442d\",\"EdgeStartTimestamp\":1526810289280000000}\n{\"ClientIP\":\"192.0.2.1\",\"RayID\":\"41ddf1740f67442d\",\"EdgeStartTimestamp\":1526810289280000000}" }