- folder restructuration - split integration and unit test - remove coopling between OpenApi class and ComponentsResolver
0.2.2
- References finder now based on jsonpath - Components consolidation optimization - If a component self-reference itself, it will not be interpolated (to avoid infinite recursive loop hell) - Reference format validation is now done during the initial reference listing - Minor fix - todo list
0.2.1
- Minor fix
0.2.0
- References are now interpolated into the final object - Unit test refactoring - Big documentation update - Minor fix
0.1.2
- [References](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#referenceObject) validation. References format are validate using pydantic validator. Reference path resolution is a custom process performed after pydantic initialization. File reference are currently not managed. - Unit tests refactoring - Minor fix