Helicone · Schema

Partial_UserApiKeysTableToOperators_

Make all properties in T optional

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
api_key_hash object
api_key_name object
View JSON Schema on GitHub

JSON Schema

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