{ “openapi”: “3.1.0”, “info”: { “title”: “Create Technical Handoff Summary”, “version”: “v1.0.0” }, “paths”: { “/createTechnicalHandoff”: { “get”: { “description”: “Generates a standardized one-page summary for internal teams.”, “operationId”: “CreateTechnicalHandoff”, “parameters”: [ { “name”: “summaryContent”, “in”: “query”, “required”: true, “schema”: { “type”: “string”, “description”: “The full markdown content of the summary.” } } ] } } } }