Package io.bkbn.kompendium.oas.server

Here we detail any server information that you wish to attach to your specification

Types

Link copied to clipboard
data class Server(url: URI, description: String?, variables: Map<String, ServerVariable>?)
Link copied to clipboard
data class ServerVariable(enum: Set<String>, default: String, description: String?)