toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-contract-jsonschema
/
org.http4k.contract.jsonschema
Package-level
declarations
Types
Types
Illegal
Schema
Exception
Link copied to clipboard
class
IllegalSchemaException
(
message
:
String
)
:
RuntimeException
Json
Schema
Link copied to clipboard
data
class
JsonSchema
<
out
NODE
>
(
val
node
:
NODE
,
val
definitions
:
Set
<
Pair
<
String
,
NODE
>
>
=
emptySet()
)
Json
Schema
Creator
Link copied to clipboard
interface
JsonSchemaCreator
<
IN
,
OUT
>