toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-contract
/
org.http4k.contract.openapi.v3
/
ResponseContents
Response
Contents
class
ResponseContents
<
NODE
>
(
val
description
:
String
?
,
val
content
:
Map
<
String
,
BodyContent
>
=
emptyMap()
)
:
HasSchema
<
NODE
>
Members
Constructors
Response
Contents
Link copied to clipboard
constructor
(
description
:
String
?
,
content
:
Map
<
String
,
BodyContent
>
=
emptyMap()
)
Properties
content
Link copied to clipboard
val
content
:
Map
<
String
,
BodyContent
>
description
Link copied to clipboard
val
description
:
String
?
Functions
definitions
Link copied to clipboard
open
override
fun
definitions
(
)
:
Set
<
Pair
<
String
,
NODE
>
>