{ "entryFile": "src/app.ts", "noImplicitAdditionalProperties": "throw-on-extras", "controllerPathGlobs": ["src/controllers/**/*-controller.ts"], "spec": { "outputDirectory": "src/", "specVersion": 3, "securityDefinitions": { "keycloak": { "type": "http", "name": "Authorization", "description": "Keycloak Bearer Token", "scheme": "bearer" } }, "spec": { "tags": [ { "name": "OpenAPI" }, { "name": "Config" }, { "name": "Single-Sign On" }, { "name": "Permission" }, { "name": "Address" }, { "name": "Branch" }, { "name": "User" }, { "name": "Branch User" }, { "name": "Customer" }, { "name": "Customer Branch" }, { "name": "Customer Branch Citizen" }, { "name": "Customer Branch House Registration" }, { "name": "Customer Branch Vat Registration" }, { "name": "Customer Branch Commercial Registration" }, { "name": "Customer Branch Power of Attorney" }, { "name": "Employee" }, { "name": "Employee Checkup" }, { "name": "Employee Passport" }, { "name": "Employee Visa" }, { "name": "Employee In Country Notice" }, { "name": "Employee Work" }, { "name": "Employee Other Info" }, { "name": "Workflow" }, { "name": "Product Group" }, { "name": "Product" }, { "name": "Work" }, { "name": "Service" }, { "name": "Quotation" }, { "name": "Invoice" }, { "name": "Payment" }, { "name": "Receipt" }, { "name": "Request List" } ] } }, "routes": { "routesDir": "src/", "authenticationModule": "src/middlewares/auth.ts" } }