Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

All swagger generation fails if one spec is missing #2

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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