swagger1st icon indicating copy to clipboard operation
swagger1st copied to clipboard

Document available options

Open wontheone1 opened this issue 8 years ago • 0 comments

As we expected swagger1st to allow undefined properties in definitions, but it didn't, it took me a while to find out actually we can allow this using an option(:allow-undefined-keys) in parser, like below. (s1st/parser :allow-undefined-keys true) This and if there are other undocumented options, it should be documented so that devs can easily discover the option and use them.

wontheone1 avatar Dec 29 '16 11:12 wontheone1