OpenApiDocument

constructor(openapi: String = "3.1.0", info: Info, servers: List<Server> = emptyList(), paths: Map<String, PathItem> = emptyMap(), components: Components? = null, security: List<Map<String, List<String>>>? = null, tags: List<Tag>? = null)