sngular / scc-multiapi-converter

SCC Verifier MultiApi Converter allows us to use Spring Cloud Contract to generate contracts from an OpenApi yaml or AsyncApi yaml document

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[SCC-MultiApi-Converter][OpenApi] Rewrite the logic for AnyOfs

Rivarsal opened this issue · comments

As of right now, the logic behind the AnyOfs will create a N number of contracts that will come from the AnyOf´s list.

This creates a problem since the N number and the contract can changed based on the execution of the plugin, making it a lottery for a user to get the right contract at the right time.

As a team, we must review the logic behind this and change it to a behaviour that is manageable for a user.