opendata-for-all / wapiml

An OpenAPI round-trip tool that leverages model-driven techniques to create, visualize, manage, and generate OpenAPI definitions.
Eclipse Public License 2.0
69 stars 18 forks source link

Place "description" into "Applied comments" for Classes and Attributes #42

Open purduerules opened 4 years ago

purduerules commented 4 years ago

Would it be possible to place the content of the "description" field described in the converted Swagger / OpenAPIv2 API specification into the "Applied comments" field within the respective UML Class or Attribute?

hamzaed commented 4 years ago

Hi,

This information is already available in the OpenAPI profile with all the other details of the specification (you need to check "Apply OpenAPI profile" in the first page of the wizard). Are you suggesting to place the content of description into Applied comments of the corresponding Classes and Attributes when generating the UML model without the profile?

Hamza