Helicone · Schema

Prompt2025

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
id string
name string
tags array
created_at string
View JSON Schema on GitHub

JSON Schema

helicone-prompt2025-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Prompt2025",
  "title": "Prompt2025",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "tags": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "created_at": {
      "type": "string"
    }
  },
  "required": [
    "id",
    "name",
    "tags",
    "created_at"
  ],
  "type": "object",
  "additionalProperties": false
}