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

Support associations #16

Closed hamzaed closed 5 years ago

hamzaed commented 5 years ago

Right now the tool only supports containment associations (from JSON point of vue, i.e., when a copy of the referenced object is appended to the referencing object as a property). It would be nice to support also aggregations which will be translated to foreign keys properties.