Helicone · Schema

Result__id-string--providerName-string_.string_

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
View JSON Schema on GitHub

JSON Schema

helicone-result-id-string-providername-string-string-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Result__id-string--providerName-string_.string_",
  "title": "Result__id-string--providerName-string_.string_",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ResultSuccess__id-string--providerName-string__"
    },
    {
      "$ref": "#/components/schemas/ResultError_string_"
    }
  ]
}