yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator
MIT License
626 stars 146 forks source link

Add Property.description #253

Closed Liquidsoul closed 3 years ago

Liquidsoul commented 3 years ago

This adds and optional property description to Property to easily access this attribute from the specifications.

yonaskolb commented 3 years ago

I'm not sure I understand. description already lives on schema.metadata.description. Where are you accessing this from?

Liquidsoul commented 3 years ago

This was just some syntactic sugar, I this is not something that is necessary 😊