http4k-api-openapi
Toggle table of contents
6.20.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-api-openapi
http4k-api-openapi
/
org.http4k.contract.openapi.v3
/
RequestParameter
/
SchemaParameter
Schema
Parameter
class
SchemaParameter
<
NODE
>
(
meta
:
Meta
,
jsonSchema
:
JsonSchema
<
NODE
>
?
)
:
RequestParameter
<
NODE
>
,
HasSchema
<
NODE
>
(
source
)
Members
Constructors
Schema
Parameter
Link copied to clipboard
constructor
(
meta
:
Meta
,
jsonSchema
:
JsonSchema
<
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
schema
Link copied to clipboard
val
schema
:
NODE
?
Functions
definitions
Link copied to clipboard
open
override
fun
definitions
(
)
:
List
<
Pair
<
String
,
NODE
>
>