Hello All,
We are on APIC V10.0.5.7.
We have a REST API developed using OpenAPI 3.0, which includes nearly 40 paths, each with its own schema.
Currently, to validate incoming requests against the appropriate schema, I need to configure the validation policy for each path. However, given the large number of paths, each with its own schema, I'm considering using the operation-switch policy to create cases for each path and configure the corresponding schema.
That said, I'm wondering if this is the best approach or if there's a more efficient solution. The main concern is that when I configure so many cases, the assembly flow becomes difficult to manage, and the policies are very minimal, making it harder to see the assembly flow.
I would appreciate your input or any suggestions you may have.
------------------------------
Kumar
------------------------------