Package io.bkbn.kompendium.oas.info

This package houses the data models for information metadata such as contact and licensing info

Types

Link copied to clipboard
data class Contact(name: String, url: URI?, email: String?)
Link copied to clipboard
data class Info(title: String?, version: String?, description: String?, termsOfService: URI?, contact: Contact?, license: License?)
Link copied to clipboard
data class License(name: String, url: URI?)