{ "swagger": "2.0", "info": { "description": "This is the API documentation for the LfK Document Server - a tool for pdf generation.", "title": "LfK Document Server API", "contact": {} }, "paths": { "/contracts": { "post": { "description": "Generate a contract based on the provided data", "consumes": [ "application/json" ], "produces": [ "application/pdf" ], "tags": [ "contracts" ], "summary": "Generate a contract", "responses": {} } } } }