Skip to content

All swagger generation fails if one spec is missing #2

@slipset

Description

@slipset

problem is that if I write something like

(s/def ::foo (s/coll-of ::bar))

{:swagger-content: {::swagger/parameters {:body ::foo}}}

Swagger docs for all endpoints will fail because I forgot to define ::bar.
This leads me to believe that we're missing a try/catch somewhere.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions