OpenAPI schema support:
- Support transformation of free-form object types #359
- Support transformation of
additionalProperties
as an array #360 - transformation
additionalProperties
of free form objects (with true or {}) #366
OpenAPI transformations:
- Handle cyclic references between entities declared in #components/schemas #367
- Fix nested objects model generation when only entities in paths are selected #361
- Make OA transformations resilient to non existing entries in the schema #344
- Option to transform the models containing only the entities referenced in the relevant paths #345
- Option to generate the model for given selected entities only #368
Resolution of uid/rid:
- Resolve as uid the attributes of an entity in the form entity_id #346
- Do not resolve rids that reference non existing entities, fix #352
- Resolve rids by convention from path parameters #347
- Review path parameters as reference #365
Mermaid drawing: