Kong · Schema

ScorecardEntitySelector

Selector used to dynamically target catalog entities that will be included in the given scorecard's evaluated score.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source
View JSON Schema on GitHub

JSON Schema

kong-scorecardentityselector-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScorecardEntitySelector",
  "title": "ScorecardEntitySelector",
  "description": "Selector used to dynamically target catalog entities that will be\nincluded in the given scorecard's evaluated score.\n",
  "type": "object",
  "example": {
    "selector": "label",
    "selector_parameters": {
      "label_key": "product_area",
      "operator": "eq",
      "value": "cloud_platform"
    }
  },
  "nullable": true,
  "oneOf": [
    {
      "$ref": "#/components/schemas/ServiceSelector"
    }
  ]
}