Kong · Schema

InvalidParameters

invalid parameters

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

JSON Schema

kong-invalidparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InvalidParameters",
  "title": "InvalidParameters",
  "description": "invalid parameters",
  "type": "array",
  "items": {
    "oneOf": [
      {
        "$ref": "#/components/schemas/InvalidParameterStandard"
      },
      {
        "$ref": "#/components/schemas/InvalidParameterMinimumLength"
      },
      {
        "$ref": "#/components/schemas/InvalidParameterMaximumLength"
      },
      {
        "$ref": "#/components/schemas/InvalidParameterChoiceItem"
      },
      {
        "$ref": "#/components/schemas/InvalidParameterDependentItem"
      }
    ]
  },
  "minItems": 1,
  "nullable": false,
  "uniqueItems": true
}