Kong · Schema

ScorecardCriteriaEvaluation

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
passing_services_count number Number of targeted Services passing the criteria.
View JSON Schema on GitHub

JSON Schema

kong-scorecardcriteriaevaluation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScorecardCriteriaEvaluation",
  "title": "ScorecardCriteriaEvaluation",
  "type": "object",
  "properties": {
    "passing_services_count": {
      "description": "Number of targeted Services passing the criteria.",
      "type": "number",
      "example": 3
    }
  },
  "nullable": true,
  "required": [
    "passing_services_count"
  ]
}