Helicone · Schema

Partial_TextOperators_

Make all properties in T optional

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
not-equals string
equals string
like string
ilike string
contains string
not-contains string
View JSON Schema on GitHub

JSON Schema

helicone-partial-textoperators-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Partial_TextOperators_",
  "title": "Partial_TextOperators_",
  "properties": {
    "not-equals": {
      "type": "string"
    },
    "equals": {
      "type": "string"
    },
    "like": {
      "type": "string"
    },
    "ilike": {
      "type": "string"
    },
    "contains": {
      "type": "string"
    },
    "not-contains": {
      "type": "string"
    }
  },
  "type": "object",
  "description": "Make all properties in T optional"
}