Merge · Schema

DebugModelLogSummary

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
url string
method string
status_code integer
View JSON Schema on GitHub

JSON Schema

merge-debugmodellogsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DebugModelLogSummary",
  "title": "DebugModelLogSummary",
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "method": {
      "type": "string"
    },
    "status_code": {
      "type": "integer"
    }
  },
  "required": [
    "url",
    "method",
    "status_code"
  ]
}