lemmy-js-client/tsoa.json
Dessalines 4a24cb1f62
Auto-generating swagger / OpenAPI docs using tsoa and redocly (#458)
* Auto-generating swagger / OpenAPI docs.

* Fixing DeleteImage params.

* Adding redocly generation.

* Adding security / Auth definitions.
2025-01-27 13:22:44 -05:00

19 lines
402 B
JSON

{
"entryFile": "src/http.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"controllerPathGlobs": ["src/http.ts"],
"spec": {
"outputDirectory": "tsoa_build",
"specVersion": 3,
"securityDefinitions": {
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "JWT"
}
}
},
"routes": {
"routesDir": "tsoa_build"
}
}