{ “openapi”: “3.1.0”, “info”: { “title”: “Update Past Deviations Library”, “version”: “v1.0.0” }, “paths”: { “/updateDeviationLibrary”: { “get”: { “description”: “Appends a new, accepted deviation to the knowledge base.”, “operationId”: “UpdateDeviationLibrary”, “parameters”: [ { “name”: “deviationEntry”, “in”: “query”, “required”: true, “schema”: { “type”: “string”, “description”: “The full markdown-formatted text of the accepted deviation to be appended.” } } ] } } } }