Helicone · Schema

Partial_BooleanOperators_

Make all properties in T optional

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
equals boolean
View JSON Schema on GitHub

JSON Schema

helicone-partial-booleanoperators-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Partial_BooleanOperators_",
  "title": "Partial_BooleanOperators_",
  "properties": {
    "equals": {
      "type": "boolean"
    }
  },
  "type": "object",
  "description": "Make all properties in T optional"
}