Helicone · Schema

ValidationError

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
field string
message string
View JSON Schema on GitHub

JSON Schema

helicone-validationerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ValidationError",
  "title": "ValidationError",
  "properties": {
    "field": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  },
  "required": [
    "field",
    "message"
  ],
  "type": "object",
  "additionalProperties": false
}