Kong · Schema

NodeCompatibilityIssueAffectedResource

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
id string ID of the affected resource.
type string Type of the affected resource.
parent_code string Parent Issue Code.
details array Deatils of the affected resource.
View JSON Schema on GitHub

JSON Schema

kong-nodecompatibilityissueaffectedresource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NodeCompatibilityIssueAffectedResource",
  "title": "NodeCompatibilityIssueAffectedResource",
  "type": "object",
  "properties": {
    "id": {
      "description": "ID of the affected resource.",
      "type": "string"
    },
    "type": {
      "description": "Type of the affected resource.",
      "type": "string"
    },
    "parent_code": {
      "description": "Parent Issue Code.",
      "type": "string"
    },
    "details": {
      "description": "Deatils of the affected resource.",
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}