This document discusses MicroProfile OpenAPI and how it provides a standard way for Java developers to work with OpenAPI v3 specifications. MicroProfile OpenAPI includes annotations, model interfaces, and APIs that generate OpenAPI definitions from Java code. It addresses issues with non-standard libraries by standardizing the process through the Eclipse MicroProfile project. The presentation also covers samples showing how operations, POJOs, OAuth configurations, and more can be defined using MicroProfile OpenAPI annotations and interfaces. Open Liberty further enhances MicroProfile OpenAPI with validation and an interactive UI for the generated OpenAPI models.