{ "$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" }