Helicone · Schema

Partial_PropertiesV3ToOperators_

Make all properties in T optional

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
key object
value object
organization_id object
View JSON Schema on GitHub

JSON Schema

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