Skip to content

Instantly share code, notes, and snippets.

@alexsomet
alexsomet / kb-schema.json
Last active September 2, 2025 11:16
kb-schema.json
{
"type": "object",
"properties": {
"title": { "type": "string", "maxLength": 80 },
"summary": { "type": "string", "maxLength": 240 },
"resolution_steps": {
"type": "array",
"items": { "type": "string" },
"minItems": 2
},