WSO2 · Schema

LLMProviderEndpointConfiguration

LLMProviderEndpointConfiguration schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
authHeader string
authQueryParameter string
View JSON Schema on GitHub

JSON Schema

publisher-api-llm-provider-endpoint-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/publisher-api-llm-provider-endpoint-configuration-schema.json",
  "title": "LLMProviderEndpointConfiguration",
  "description": "LLMProviderEndpointConfiguration schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "authHeader": {
      "type": "string",
      "example": "Authorization"
    },
    "authQueryParameter": {
      "type": "string",
      "example": "ApiKey"
    }
  }
}