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

UML to OpenAPI model: inherited properties are generated in the JSON schema representing the subclass #41

Closed hamzaed closed 4 years ago

hamzaed commented 4 years ago

Properties from a super class are generated in the JSON schema of the sub class. These properties should only be added to the JSON schema representing the sup class.