jws-backend/tsoa.json

41 lines
1 KiB
JSON
Raw Normal View History

2024-04-01 13:28:43 +07:00
{
"entryFile": "src/app.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"controllerPathGlobs": ["src/controllers/**/*-controller.ts"],
"spec": {
"outputDirectory": "src/",
"specVersion": 3,
"securityDefinitions": {
"keycloak": {
"type": "apiKey",
"name": "Authorization",
"description": "Keycloak Bearer Token",
"in": "header"
}
},
"spec": {
"tags": [
{ "name": "OpenAPI" },
2024-04-05 15:24:44 +07:00
{ "name": "Single-Sign On" },
{ "name": "Address" },
{ "name": "Branch" },
2024-04-05 15:24:44 +07:00
{ "name": "Branch Contact" },
{ "name": "User" },
{ "name": "Branch User" },
{ "name": "Customer" },
{ "name": "Customer Branch" },
2024-04-05 15:24:44 +07:00
{ "name": "Employee" },
{ "name": "Employee Checkup" },
{ "name": "Service" },
{ "name": "Work" },
{ "name": "Product Type" },
{ "name": "Product Group" }
]
2024-04-01 13:28:43 +07:00
}
},
"routes": {
"routesDir": "src/",
"authenticationModule": "src/middlewares/auth.ts"
}
}