Kong · Schema

ScorecardTemplateName

Well-known name of the template. Uniquely identifies the template.

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

JSON Schema

kong-scorecardtemplatename-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScorecardTemplateName",
  "title": "ScorecardTemplateName",
  "description": "Well-known name of the template. Uniquely identifies the template.",
  "type": "string",
  "example": "kong_best_practices",
  "enum": [
    "kong_best_practices",
    "service_documentation",
    "service_maturity",
    "security_and_compliance"
  ],
  "x-speakeasy-unknown-values": "allow"
}