Fork me on GitHub
#schema
<
2018-08-17
>
nickmbailey18:08:22

so compojure-api takes schemas and generates swagger definitions with examples for the schema object

nickmbailey18:08:32

i know you can specify an example with ‘describe’

nickmbailey18:08:42

but if you don’t specify one it will generate one just based on the type

nickmbailey18:08:05

i’m wondering how to do that manually

nickmbailey18:08:17

take a schema and output a json example

nickmbailey18:08:08

now that i think about it i should be asking in #ring-swagger i think