arch / ApiHelp

A toolchain for ASP.NET Core to automatically generate API documentation.
MIT License
12 stars 7 forks source link

The swagger-style UI response's scaffold and schema's top layer is redundant #4

Open rigofunc opened 8 years ago

rigofunc commented 8 years ago
{
  "Schema": {
    "AccessToken": "Gets the access token.", 
    "ExpiresIn": 0, 
    "RefreshToken": "Gets the refresh token.", 
    "TokenType": "Gets the type of the token.", 
    "IsError": false, 
    "Error": "Gets the error."
  }
}