@tsed/platform-test-sdk
Version:
Package to test platform adapter integration with Ts.ED
33 lines (32 loc) • 880 B
JSON
{
"openapi": "3.0.1",
"info": {
"version": "1.0.0",
"description": "Swagger description",
"title": "Swagger Title",
"termsOfService": "http://swagger.io/terms/",
"contact": {
"email": "apiteam@swagger.io"
},
"license": {
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
},
"components": {
"securitySchemes": {
"global_auth": {
"type": "oauth2",
"flows": {
"implicit": {
"authorizationUrl": "http://petstore.swagger.io/oauth/dialog",
"scopes": {
"admin": "Admin access"
}
}
}
}
}
},
"paths": {}
}