Helicone · Schema
Partial_RequestResponseLogToOperators_
Make all properties in T optional
AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
Properties
| Name | Type | Description |
|---|---|---|
| latency | object | |
| status | object | |
| request_created_at | object | |
| response_created_at | object | |
| auth_hash | object | |
| model | object | |
| user_id | object | |
| organization_id | object | |
| node_id | object | |
| job_id | object | |
| threat | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Partial_RequestResponseLogToOperators_",
"title": "Partial_RequestResponseLogToOperators_",
"properties": {
"latency": {
"$ref": "#/components/schemas/Partial_NumberOperators_"
},
"status": {
"$ref": "#/components/schemas/Partial_NumberOperators_"
},
"request_created_at": {
"$ref": "#/components/schemas/Partial_TimestampOperatorsTyped_"
},
"response_created_at": {
"$ref": "#/components/schemas/Partial_TimestampOperatorsTyped_"
},
"auth_hash": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"model": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"user_id": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"organization_id": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"node_id": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"job_id": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"threat": {
"$ref": "#/components/schemas/Partial_BooleanOperators_"
}
},
"type": "object",
"description": "Make all properties in T optional"
}