Skip to content

Commit

Permalink
Merge pull request #646 from pfeodrippe/patch-1
Browse files Browse the repository at this point in the history
Remove duplicated :operationId
  • Loading branch information
ikitommi authored Sep 8, 2023
2 parents f2e6d33 + 68adf50 commit 721cf7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/reitit-swagger/src/reitit/swagger.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
(s/def ::id (s/or :keyword keyword? :set (s/coll-of keyword? :into #{})))
(s/def ::no-doc boolean?)
(s/def ::tags (s/coll-of (s/or :keyword keyword? :string string?) :kind #{}))
(s/def ::operationId string?)
(s/def ::summary string?)
(s/def ::description string?)
(s/def ::operationId string?)
Expand Down

0 comments on commit 721cf7f

Please sign in to comment.