Merge pull request #646 from pfeodrippe/patch-1

Remove duplicated :operationId
This commit is contained in:
Tommi Reiman 2023-09-08 17:06:25 +03:00 committed by GitHub
commit 721cf7f321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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?)