toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-api-jsonschema
/
org.http4k.contract.jsonschema
/
ArrayItem
Array
Item
sealed
interface
ArrayItem
:
ArrayItems
Inheritors
Array
NonObject
Ref
Members
Types
Array
Link copied to clipboard
class
Array
(
val
items
:
ArrayItems
,
val
format
:
Any
?
,
definitions
:
Iterable
<
SchemaNode
>
=
emptyList()
)
:
ArrayItem
Non
Object
Link copied to clipboard
class
NonObject
(
paramMeta
:
ParamMeta
,
val
format
:
Any
?
,
definitions
:
Iterable
<
SchemaNode
>
=
emptyList()
)
:
ArrayItem
Ref
Link copied to clipboard
class
Ref
(
val
$ref
:
String
,
definitions
:
Iterable
<
SchemaNode
>
=
emptyList()
)
:
ArrayItem
Functions
definitions
Link copied to clipboard
abstract
fun
definitions
(
)
:
Iterable
<
SchemaNode
>