Merge · Schema

DebugModeLog

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
log_id string
dashboard_view string
log_summary object
View JSON Schema on GitHub

JSON Schema

merge-debugmodelog-schema.json Raw ↑
{
  "$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"
  ]
}