Kong · JSON Structure

Kong Gateway Admin Error Structure

Type: object Properties: 4
API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Error is a JSON Structure definition published by Kong, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

message name code fields

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Error",
  "type": "object",
  "properties": {
    "message": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "code": {
      "type": "integer"
    },
    "fields": {
      "type": "object"
    }
  }
}