All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.io.github.smiley4.ktorswaggerui.data.ServerVariableData.kt Maven / Gradle / Ivy

The newest version!
package io.github.smiley4.ktorswaggerui.data


/**
 * See [OpenAPI Specification - Server Variable Object](https://swagger.io/specification/#server-variable-object).
 */
data class ServerVariableData(
    val name: String,
    val enum: Set,
    val default: String,
    val description: String?
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy