http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-api-jsonschema
/
org.http4k.contract.jsonschema
/
ArrayItem
Array
Item
sealed
interface
ArrayItem
:
ArrayItems
(
source
)
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
>