https://kotlinlang.org logo
Title
u

user

07/01/2022, 4:31 PM
Vert.x Web API Service codegen and Kotlin, issue with nested properties of referenced object I'm trying to generate Web API Service from yaml openapi: 3.0.1 info: title: "" description: '' license: name: Apache 2.0 url: http://www.apache.org/licenses/LICENSE-2.0.html version: 1.0.0 servers: - url: http://localhost:3001 tags: - name: user description: Operations with users - name: stream description: Operation with streams paths: /user/register: post: x-vertx-event-bus: user_manager.myapp tags: - user summary: Create user...