Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to create references for models #274

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 20, 2023

  1. Add :refs? option to swagger/transform

    - Update Clojure to 1.11.1 so we can access `update-vals`
    - Add an option to swagger/transform to allow users to specify that they
      want to create references
    - When references are to be created create Swagger $refs and return the
      definitions under a ::swagger/definitions key in the top level map
    HughPowell committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7082254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad9c9ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2da89ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e32739 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65e8235 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98ffa58 View commit details
    Browse the repository at this point in the history