mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 19:34:34 +00:00
63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"entryFile": "src/app.ts",
|
|
"noImplicitAdditionalProperties": "throw-on-extras",
|
|
"spec": {
|
|
"outputDirectory": "public",
|
|
"securityDefinitions": {
|
|
"bearerAuth": {
|
|
"type": "http",
|
|
"scheme": "bearer",
|
|
"bearerFormat": "JWT"
|
|
}
|
|
},
|
|
"tags": [
|
|
{
|
|
"name": "Auth",
|
|
"description": "Operations about auth"
|
|
},
|
|
{
|
|
"name": "Client",
|
|
"description": "Operations about clients"
|
|
},
|
|
{
|
|
"name": "Code",
|
|
"description": "Execution of code (various runtimes are supported)"
|
|
},
|
|
{
|
|
"name": "Drive",
|
|
"description": "Operations on SASjs Drive"
|
|
},
|
|
{
|
|
"name": "Group",
|
|
"description": "Operations on groups and group memberships"
|
|
},
|
|
{
|
|
"name": "Info",
|
|
"description": "Get Server Information"
|
|
},
|
|
{
|
|
"name": "Permission",
|
|
"description": "Operations about permissions"
|
|
},
|
|
{
|
|
"name": "Session",
|
|
"description": "Get Session information"
|
|
},
|
|
{
|
|
"name": "STP",
|
|
"description": "Execution of Stored Programs"
|
|
},
|
|
{
|
|
"name": "User",
|
|
"description": "Operations with users"
|
|
},
|
|
{
|
|
"name": "Web",
|
|
"description": "Operations on Web"
|
|
}
|
|
],
|
|
"yaml": true,
|
|
"specVersion": 3
|
|
}
|
|
}
|