{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DebugModeLog", "title": "DebugModeLog", "type": "object", "properties": { "log_id": { "type": "string" }, "dashboard_view": { "type": "string" }, "log_summary": { "$ref": "#/components/schemas/DebugModelLogSummary" } }, "required": [ "log_id", "dashboard_view", "log_summary" ] }