Skip to content

Commit

Permalink
ring.openapi.openapi3-schema ring.swagger.openapi3-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed May 1, 2024
1 parent 14d7598 commit 7f8d5de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ring/swagger/openapi3.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[ring.swagger.common :as common]
[ring.swagger.json-schema :as rsjs]
[ring.swagger.core :as rsc]
[ring.openapi.openapi3-schema :as openapi3-schema]))
[ring.swagger.openapi3-schema :as openapi3-schema]))

;;
;; Schema transformations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns ring.openapi.openapi3-schema
(ns ring.swagger.openapi3-schema
(:require [schema.core :as s]
[ring.swagger.swagger2-full-schema :refer [opt Info]]))

Expand Down
2 changes: 1 addition & 1 deletion test/ring/swagger/openapi3_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(:require [clojure.test :refer :all]
[ring.swagger.openapi3 :refer :all]
[schema.core :as s]
[ring.openapi.openapi3-schema :as full-schema]
[ring.swagger.openapi3-schema :as full-schema]
[ring.swagger.json-schema :as rsjs]
[ring.swagger.extension :as extension]
[ring.swagger.openapi3-validator :as validator]
Expand Down

0 comments on commit 7f8d5de

Please sign in to comment.