Helicone · Schema

Partial_NumberOperators_

Make all properties in T optional

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
not-equals number
equals number
gte number
lte number
lt number
gt number
View JSON Schema on GitHub

JSON Schema

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