Helicone · Schema

Partial_OrganizationPropertiesToOperators_

Make all properties in T optional

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
organization_id object
property_key object
View JSON Schema on GitHub

JSON Schema

helicone-partial-organizationpropertiestooperators-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Partial_OrganizationPropertiesToOperators_",
  "title": "Partial_OrganizationPropertiesToOperators_",
  "properties": {
    "organization_id": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    },
    "property_key": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    }
  },
  "type": "object",
  "description": "Make all properties in T optional"
}