27 lines
505 B
JSON
27 lines
505 B
JSON
|
|
{
|
||
|
|
"openapi": "3.0.0",
|
||
|
|
"paths": {},
|
||
|
|
"info": {
|
||
|
|
"title": "Minglar API",
|
||
|
|
"description": "NestJS Backend for Minglar with Lambda-ready endpoints",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"contact": {}
|
||
|
|
},
|
||
|
|
"tags": [],
|
||
|
|
"servers": [
|
||
|
|
{
|
||
|
|
"url": "http://localhost:3000/",
|
||
|
|
"description": "Local Server"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"components": {
|
||
|
|
"securitySchemes": {
|
||
|
|
"bearer": {
|
||
|
|
"scheme": "bearer",
|
||
|
|
"bearerFormat": "JWT",
|
||
|
|
"type": "http"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"schemas": {}
|
||
|
|
}
|
||
|
|
}
|