Helicone · Schema

TypedProviderResponse

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
json object
textBody string
status number
headers object
View JSON Schema on GitHub

JSON Schema

helicone-typedproviderresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TypedProviderResponse",
  "title": "TypedProviderResponse",
  "properties": {
    "json": {
      "$ref": "#/components/schemas/Record_string.unknown_"
    },
    "textBody": {
      "type": "string"
    },
    "status": {
      "type": "number",
      "format": "double"
    },
    "headers": {
      "$ref": "#/components/schemas/Record_string.string_"
    }
  },
  "required": [
    "status",
    "headers"
  ],
  "type": "object",
  "additionalProperties": false
}