kompendium
2.0.2
2.0.2
2.0.1
kompendium-oas
/
io.bkbn.kompendium.oas.info
Package io.
bkbn.
kompendium.
oas.
info
This package houses the data models for information metadata such as contact and licensing info
Types
Types
Contact
Link copied to clipboard
data
class
Contact
(
name
:
String
,
url
:
URI
?
,
email
:
String
?
)
Content copied to clipboard
Info
Link copied to clipboard
data
class
Info
(
title
:
String
?
,
version
:
String
?
,
description
:
String
?
,
termsOfService
:
URI
?
,
contact
:
Contact
?
,
license
:
License
?
)
Content copied to clipboard
License
Link copied to clipboard
data
class
License
(
name
:
String
,
url
:
URI
?
)
Content copied to clipboard