You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our JSON docs currently break sphinx because the comments wrap to the next line and aren't valid in the python markdown:
In discussing how to format this correctly, we've come to the conclusion that we should just not generate with description comments given that model-less generation is uncommon now and the models themselves have the descriptions for each property.
So this issue is asking that for the example above, we generate with just properties and their types:
# response body for status code(s): 200response== {
"list": [
{}
],
"pageSize": "int",
"sortBy": "str",
"sortType": "str",
"startIndex": "int",
"totalCount": "int"
}
The text was updated successfully, but these errors were encountered:
Our JSON docs currently break sphinx because the comments wrap to the next line and aren't valid in the python markdown:
In discussing how to format this correctly, we've come to the conclusion that we should just not generate with description comments given that model-less generation is uncommon now and the models themselves have the descriptions for each property.
So this issue is asking that for the example above, we generate with just properties and their types:
The text was updated successfully, but these errors were encountered: