GetLogsResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/GetLogsResponseBody.jsonevents object[]required
Array [
attributes objectrequired
property name*any
levelstringrequired
messagestringrequired
modulestringrequired
timestampdate-timerequired
]
GetLogsResponseBody
{
"$schema": "https://example.com/schemas/GetLogsResponseBody.json",
"events": "Unknown Type: array,null"
}