toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-api-jsonschema
/
org.http4k.contract.jsonschema
/
ArrayItem
/
Ref
Ref
class
Ref
(
val
$ref
:
String
,
definitions
:
Iterable
<
SchemaNode
>
=
emptyList()
)
:
ArrayItem
Members
Constructors
Ref
Link copied to clipboard
constructor
(
$ref
:
String
,
definitions
:
Iterable
<
SchemaNode
>
=
emptyList()
)
Properties
$ref
Link copied to clipboard
val
$ref
:
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