hrms-api-salary/tsoa.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2024-02-14 14:31:00 +07:00
{
"entryFile": "src/app.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"controllerPathGlobs": ["src/controllers/*Controller.ts"],
"spec": {
"outputDirectory": "src",
"specVersion": 3,
"spec": {
"info": {
"title": "bma-ehr-salary - API",
"version": "0.0.1",
2024-02-14 14:45:51 +07:00
"description": "ระบบการเลื่อนเงินเดือน/ค่าจ้าง (Salary: SR)",
2024-02-14 14:31:00 +07:00
"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": "สำหรับทดสอบ"
2024-02-15 14:24:59 +07:00
},
{
"name": "Salary", "description": "ผังบัญชีเงินเดือน"
},
{
"name": "SalaryRank", "description": "อัตราเงินเดือน"
2024-03-18 13:07:09 +07:00
},
{
2024-03-18 16:11:13 +07:00
"name": "Report", "description": "รายงานเงินเดือนข้าราชการ"
2024-02-14 14:31:00 +07:00
}
]
},
"routes": {
"routesDir": "src/",
"authenticationModule": "src/middlewares/auth.ts"
}
}