Rafik HAMID

Results 1 comments of Rafik HAMID

I have a similar need, I was able to update all my examples by simply iterating over all schemas. ```kotlin override fun customize(asyncAPI: AsyncAPI?) { asyncAPI?.components?.schemas?.forEach { schema -> val...