Helicone · Schema

Property

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
property string
View JSON Schema on GitHub

JSON Schema

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