Kong · Schema

NotificationUpdatePayload

Status of the notification.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
status object
View JSON Schema on GitHub

JSON Schema

kong-notificationupdatepayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NotificationUpdatePayload",
  "title": "NotificationUpdatePayload",
  "description": "Status of the notification.",
  "type": "object",
  "properties": {
    "status": {
      "$ref": "#/components/schemas/NotificationStatus"
    }
  },
  "required": [
    "status"
  ]
}