Helicone · Schema

BaseLastMileConfigForm

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
output object
input object
name string
View JSON Schema on GitHub

JSON Schema

helicone-baselastmileconfigform-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BaseLastMileConfigForm",
  "title": "BaseLastMileConfigForm",
  "properties": {
    "output": {
      "$ref": "#/components/schemas/DataEntry"
    },
    "input": {
      "$ref": "#/components/schemas/DataEntry"
    },
    "name": {
      "type": "string"
    }
  },
  "required": [
    "output",
    "input",
    "name"
  ],
  "type": "object"
}