cyprieng / swagger-parser

Give useful informations about your swagger files
MIT License
62 stars 59 forks source link

Don't choke if there are no definitions. #20

Closed jfinkhaeuser closed 8 years ago

jfinkhaeuser commented 8 years ago

The 'definitions' dict is not required by swagger, so the swagger parser shouldn't choke if it's not there.

@beanqueen