Kong · Schema

GatewaySecretReferenceOrLiteral

A literal value or a reference to an existing secret as a template string expression. The value is stored and returned by the API as-is, not treated as sensitive information.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-gatewaysecretreferenceorliteral-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GatewaySecretReferenceOrLiteral",
  "title": "GatewaySecretReferenceOrLiteral",
  "description": "A literal value or a reference to an existing secret as a template string expression.\nThe value is stored and returned by the API as-is, not treated as sensitive information.\n",
  "type": "string",
  "minLength": 1,
  "x-expression": {
    "type": "string",
    "fields": [
      "vault"
    ]
  }
}