toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-api-openapi
/
org.http4k.contract.openapi.v3
/
BodyContent
/
OneOfSchemaContent
One
Of
Schema
Content
class
OneOfSchemaContent
<
NODE
:
Any
>
(
schemas
:
List
<
BodyContent
>
)
:
BodyContent
,
HasSchema
<
NODE
>
Members
Constructors
One
Of
Schema
Content
Link copied to clipboard
constructor
(
schemas
:
List
<
BodyContent
>
)
Types
One
Of
Link copied to clipboard
data
class
OneOf
<
NODE
>
(
val
oneOf
:
List
<
NODE
>
)
Properties
schema
Link copied to clipboard
val
schema
:
BodyContent.OneOfSchemaContent.OneOf
<
NODE
>
Functions
definitions
Link copied to clipboard
open
override
fun
definitions
(
)
:
List
<
Pair
<
String
,
NODE
>
>