Skip to content

Commit

Permalink
Migrate toplevel schema to openapi3
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbotan committed Jul 26, 2020
1 parent 51f2108 commit 821654c
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 91 deletions.
5 changes: 5 additions & 0 deletions src/Data/Swagger.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ module Data.Swagger (
Swagger(..),
Host(..),
Scheme(..),
Server(..),
ServerVariable(..),
Components(..),

-- ** Info types
Info(..),
Expand Down Expand Up @@ -69,6 +72,8 @@ module Data.Swagger (
Header(..),
HeaderName,
Example(..),
RequestBody(..),
MediaTypeObject(..),

-- ** Schemas
ParamSchema(..),
Expand Down
Loading

0 comments on commit 821654c

Please sign in to comment.