Kong · Schema

Create Config Store Request

The request schema to create a Config Store.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

kong-createconfigstore-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateConfigStore",
  "title": "Create Config Store Request",
  "description": "The request schema to create a Config Store.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Config Store",
      "maxLength": 100,
      "minLength": 1
    }
  },
  "additionalProperties": false
}