简体   繁体   English

如何在Swagger中指定列

[英]How to specify columns in Swagger

How to specify 3 columns in a swagger editor so the output should look like: 如何在swagger编辑器中指定3列,因此输出应如下所示:

a            b            c
x            y            z

 swagger: '2.0' info: description: > This is a sample server Petstore server. [Learn about Swagger](http://swagger.io) or join the IRC channel `#swagger` on irc.freenode.net. For this sample, you can use the api key `special-key` to test the authorization filters **Here I want to specify 3 columns** 

This is essentially a Markdown question. 这本质上是Markdown问题。 To make a table in Markdown use a tool like this or following syntax: 要在降价的表使用的工具,像这样或语法如下:

| One | Two | Three |
|-----|-----|-------|
| a   | b   | c     |

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM