-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Description
In previous versions of swagger it was possible to add tables such as:
Example | Table |
---|---|
This | Is an example table |
I | Would love to see them in v3.0 |
If | This is already possible then please tell me I'm being stupid |
Running the following in the Swagger editor produces different results:
this one works
openapi: 2.0.0
info:
description: |
Example | Table
----------------|-------------
This | Is an example table
I | Would love to see them in v3.0
If | This is already possible then please tell me I'm being stupid
this one doesn't work
openapi: 3.0.0
info:
description: |
Example | Table
----------------|-------------
This | Is an example table
I | Would love to see them in v3.0
If | This is already possible then please tell me I'm being stupid
It would be great to have the feature brought across into OAS 3.0
Thanks!
andreafalzetti, e-rol, JefSchraag, mdulisch, AjinxPatil and 3 more
Metadata
Metadata
Assignees
Labels
No labels