{ "$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" ] }