toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-contract
/
org.http4k.contract.openapi.v3
/
RequestParameter
Request
Parameter
sealed
class
RequestParameter
<
NODE
>
Inheritors
SchemaParameter
PrimitiveParameter
Members
Types
Primitive
Parameter
Link copied to clipboard
class
PrimitiveParameter
<
NODE
>
(
meta
:
Meta
,
val
schema
:
NODE
)
:
RequestParameter
<
NODE
>
Schema
Parameter
Link copied to clipboard
class
SchemaParameter
<
NODE
>
(
meta
:
Meta
,
jsonSchema
:
JsonSchema
<
NODE
>
?
)
:
RequestParameter
<
NODE
>
,
HasSchema
<
NODE
>
Properties
description
Link copied to clipboard
val
description
:
String
?
in
Link copied to clipboard
val
in
:
String
name
Link copied to clipboard
val
name
:
String
required
Link copied to clipboard
val
required
:
Boolean