Helicone · Schema

ExperimentFilterNode

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
View JSON Schema on GitHub

JSON Schema

helicone-experimentfilternode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExperimentFilterNode",
  "title": "ExperimentFilterNode",
  "anyOf": [
    {
      "$ref": "#/components/schemas/FilterLeafSubset_experiment_"
    },
    {
      "$ref": "#/components/schemas/ExperimentFilterBranch"
    },
    {
      "type": "string",
      "enum": [
        "all"
      ]
    }
  ]
}