Helicone · Schema

TimeFrame

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
View JSON Schema on GitHub

JSON Schema

helicone-timeframe-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TimeFrame",
  "title": "TimeFrame",
  "type": "string",
  "enum": [
    "24h",
    "7d",
    "30d"
  ]
}