ContributionsMost RecentMost LikesSolutionsReference examples How can I give alternate examples for schema references from the schema example itself? For example, if you have a Location schema and you want to make a Rectangle schema, how can you reference Location with a bottomLeft example and a topRight example in the rectangle schema? Or is this going about it the wrong way? Jon Re: Help with ModelConverters and Related Classes Hi Ponelat, Thanks for offering to help. I decided on a different direction and implemented a small, simplified OpenAPI subset. If you can make time to take a look, I could use feedback on how to improve it. See https://github.com/Telenav/kivakit-extensions/tree/develop/kivakit-microservice/src/main/java/com/telenav/kivakit/microservice/rest/microservlet/openapi. Thanks, Jonathan Help with ModelConverters and Related Classes I'm doing an integration with Swagger and I'm having trouble understanding how to use ModelConverters to resolve references between Schemas. The source code is a bit difficult for me to understand. Does anyone know how this works? Thanks! -- Jon SolvedSwagger Integration into New Framework Hi All, I am working on a new Apache License, Open Source microservices framework called KivaKit. There will be a new module in the next version that provides a way of developing simple REST applications. I want to support OpenAPI and Swagger, but I'm not sure of the best way to do it. Does anyone know someone in the Swagger OSS community that I could talk to (ideally by Zoom or Skype) about the best design approach? Thanks! Jonathan