apiaryio / fury-adapter-swagger

Swagger 2.0 parser adapter for Fury.js
MIT License
11 stars 12 forks source link

Coerce x-summary to string if not string #155

Closed kylef closed 6 years ago

kylef commented 6 years ago

Coerce a resource x-summary value to a string if it is not already a string. When a user enters an incorrect type such as boolean, number or array. The title would become an incorrect type and can cause subsequent tooling such as Metamorphoses to fail.

kylef commented 6 years ago

https://github.com/apiaryio/fury-adapter-swagger/pull/156 should be merged first so both make it into release.