Helicone · Schema

Result_ScoreV2-or-null.string_

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
View JSON Schema on GitHub

JSON Schema

helicone-result-scorev2-or-nullstring-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Result_ScoreV2-or-null.string_",
  "title": "Result_ScoreV2-or-null.string_",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ResultSuccess_ScoreV2-or-null_"
    },
    {
      "$ref": "#/components/schemas/ResultError_string_"
    }
  ]
}