{ "entryFile": "src/app.ts", "noImplicitAdditionalProperties": "throw-on-extras", "controllerPathGlobs": ["src/controllers/*Controller.ts"], "spec": { "outputDirectory": "src", "specVersion": 3, "spec": { "info": { "title": "bma-ehr-kpi - API", "version": "0.0.1", "description": "ระบบการประเมินผลการปฏิบัติราชการระดับบุคคล (KPI)", "license": { "name": "by Frappet", "url": "https://frappet.com" } }, "basePath": "/" }, "securityDefinitions": { "bearerAuth": { "type": "apiKey", "name": "Authorization", "description": "Keycloak Bearer Token", "in": "header" } }, "tags": [ { "name": "Test", "description": "สำหรับทดสอบ" }, { "name": "kpiGroup", "description": "ชื่อกลุ่มงาน" }, { "name": "kpiPeriod", "description": "รอบKpi" }, { "name": "kpiEvaluation", "description": "เกณฑ์การประเมินสมรรถนะ" }, { "name": "kpiCapacity", "description": "สมรรถนะ" }, { "name": "kpiUserEvaluation", "description": "รายการประเมินผลการปฏิบัติราชการระดับบุคคล (USER)" } ] }, "routes": { "routesDir": "src/", "authenticationModule": "src/middlewares/auth.ts" } }