jws-backend/tsoa.json
Methapon Metanipat 00776151c5 fix: tag
2024-09-13 17:50:56 +07:00

46 lines
1.3 KiB
JSON

{
"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": "Single-Sign On" },
{ "name": "Permission" },
{ "name": "Address" },
{ "name": "Branch" },
{ "name": "User" },
{ "name": "Branch User" },
{ "name": "Customer" },
{ "name": "Customer Branch" },
{ "name": "Employee" },
{ "name": "Employee Checkup" },
{ "name": "Employee Passport" },
{ "name": "Employee Visa" },
{ "name": "Employee In Country Notice" },
{ "name": "Employee Work" },
{ "name": "Employee Other Info" },
{ "name": "Product Group" },
{ "name": "Product" },
{ "name": "Work" },
{ "name": "Service" },
{ "name": "Quotation" }
]
}
},
"routes": {
"routesDir": "src/",
"authenticationModule": "src/middlewares/auth.ts"
}
}