caicloud / nirvana

Golang Restful API Framework for Productivity

Home Page:https://caicloud.github.io/nirvana/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

【API-DOC】2 warning in generated API document

tskdsb opened this issue · comments

Is this a BUG REPORT or FEATURE REQUEST?:

Uncomment only one, leave it on its own line:

/kind bug

What happened:
image

  • missingProperty: description
  • additionalProperty: title

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

missingProperty: description

This is actually you did not fill in the description in Definition.Results. eg: Results: def.DataErrorResults(""),

additionalProperty: title

I'll take a look at this.