Helicone · Schema

ScoreRequest

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
scores object
View JSON Schema on GitHub

JSON Schema

helicone-scorerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScoreRequest",
  "title": "ScoreRequest",
  "properties": {
    "scores": {
      "$ref": "#/components/schemas/Scores"
    }
  },
  "required": [
    "scores"
  ],
  "type": "object",
  "additionalProperties": false
}