Helicone · Schema

Partial_TimestampOperatorsTyped_

Make all properties in T optional

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
equals string
gte string
lte string
lt string
gt string
View JSON Schema on GitHub

JSON Schema

helicone-partial-timestampoperatorstyped-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Partial_TimestampOperatorsTyped_",
  "title": "Partial_TimestampOperatorsTyped_",
  "properties": {
    "equals": {
      "type": "string",
      "format": "date-time"
    },
    "gte": {
      "type": "string",
      "format": "date-time"
    },
    "lte": {
      "type": "string",
      "format": "date-time"
    },
    "lt": {
      "type": "string",
      "format": "date-time"
    },
    "gt": {
      "type": "string",
      "format": "date-time"
    }
  },
  "type": "object",
  "description": "Make all properties in T optional"
}