Package io.bkbn.kompendium.oas.common
Here we house data models that will be used across the module.
Types
Link copied to clipboard
Allows referencing an external resource for extended documentation.
Link copied to clipboard
data class Tag( val name: String, val description: String? = null, val externalDocs: ExternalDocumentation? = null)
Content copied to clipboard