hrms-api-org/tsoa.json

54 lines
1.5 KiB
JSON
Raw Normal View History

2024-01-24 11:39:00 +07:00
{
"entryFile": "src/app.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"controllerPathGlobs": ["src/controllers/*Controller.ts"],
"spec": {
"outputDirectory": "src",
"specVersion": 3,
"spec": {
"info": {
2024-01-24 11:58:17 +07:00
"title": "bma-ehr-organization - API",
2024-01-24 11:39:00 +07:00
"version": "0.0.1",
2024-01-24 11:58:17 +07:00
"description": "ระบบโครงสร้างอัตรากำลัง",
2024-01-24 11:39: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": [
2024-01-26 17:09:28 +07:00
{
"name": "Organization", "description": "โครงสร้างส่วนอื่น ๆ"
},
{
"name": "OrgRoot", "description": "โครงสร้างระดับ root"
},
{
"name": "OrgChild1", "description": "โครงสร้างระดับ 1"
},
{
"name": "OrgChild2", "description": "โครงสร้างระดับ 2"
},
{
"name": "OrgChild3", "description": "โครงสร้างระดับ 3"
},
{
"name": "OrgChild4", "description": "โครงสร้างระดับ 4"
}
2024-01-24 11:39:00 +07:00
]
},
"routes": {
"routesDir": "src/",
"authenticationModule": "src/middlewares/auth.ts"
}
}