-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
Following the directions in the readme i have
- Update the routes documentation
# schema:
# $ref: ' #/components/schemas/v1.models.Communication'
- Set v3 = true in my build.sbt
swaggerV3 := true,
swaggerDomainNameSpaces := Seq("v1.models")
- Updated my swagger.json to use openapi 3
"openapi": "3.0.0",
"info": {
"title": " ...",
"description": "..."
},
"consumes": [
"application/json"
],
"produces": [
"application/json"
]
}
however the generated swagger.json contains
"components":{"schemas":{}}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels