toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-contract-jsonschema
/
org.http4k.contract.jsonschema
/
JsonSchema
Json
Schema
data
class
JsonSchema
<
out
NODE
>
(
val
node
:
NODE
,
val
definitions
:
Set
<
Pair
<
String
,
NODE
>
>
=
emptySet()
)
Members
Constructors
Json
Schema
Link copied to clipboard
constructor
(
node
:
NODE
,
definitions
:
Set
<
Pair
<
String
,
NODE
>
>
=
emptySet()
)
Properties
definitions
Link copied to clipboard
val
definitions
:
Set
<
Pair
<
String
,
NODE
>
>
node
Link copied to clipboard
val
node
:
NODE