toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-api-jsonschema
/
org.http4k.contract.jsonschema
/
ArrayItem
/
Array
Array
class
Array
(
val
items
:
ArrayItems
,
val
format
:
Any
?
,
definitions
:
Iterable
<
SchemaNode
>
=
emptyList()
)
:
ArrayItem
Members
Constructors
Array
Link copied to clipboard
constructor
(
items
:
ArrayItems
,
format
:
Any
?
,
definitions
:
Iterable
<
SchemaNode
>
=
emptyList()
)
Properties
format
Link copied to clipboard
val
format
:
Any
?
items
Link copied to clipboard
val
items
:
ArrayItems
type
Link copied to clipboard
val
type
:
String
Functions
definitions
Link copied to clipboard
open
override
fun
definitions
(
)
:
Iterable
<
SchemaNode
>
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int