Skip to content

Commit

Permalink
Fix docs about :swagger-namespaced keys
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrnld authored and ikitommi committed Mar 12, 2020
1 parent 654f4cf commit d043282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/05_swagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Specs can be annotated to populate the JSON Schemas.

* `:name` is copied into `:title`
* `:description` is used as-is
* all keys with namespace `json-schema` and `swagger2` are used, without the namespace
* all keys with namespace `json-schema` and `swagger` are used without the namespace

```clj
(require '[spec-tools.core :as st])
Expand Down

0 comments on commit d043282

Please sign in to comment.