OpenApiSpec

fun OpenApiSpec(openapi: String = "3.0.3", info: Info, servers: MutableList<Server> = mutableListOf(), paths: MutableMap<String, Path> = mutableMapOf(), components: Components = Components(), security: MutableList<Map<String, List<String>>> = mutableListOf(), tags: MutableList<Tag> = mutableListOf(), externalDocs: ExternalDocumentation? = null)