Helicone · Schema

Partial_RateLimitTableToOperators_

Make all properties in T optional

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
organization_id object
created_at object
View JSON Schema on GitHub

JSON Schema

helicone-partial-ratelimittabletooperators-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Partial_RateLimitTableToOperators_",
  "title": "Partial_RateLimitTableToOperators_",
  "properties": {
    "organization_id": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    },
    "created_at": {
      "$ref": "#/components/schemas/Partial_TimestampOperatorsTyped_"
    }
  },
  "type": "object",
  "description": "Make all properties in T optional"
}