koja
Toggle table of contents
0.4.8
common
Target filter
common
Switch theme
Search in API
Skip to content
koja
koja-runtime
/
sh.ondr.koja
/
Schema
/
ArraySchema
Array
Schema
@
Serializable
@
SerialName
(
value
=
"array"
)
data
class
ArraySchema
(
val
description
:
String
?
=
null
,
val
items
:
Schema
)
:
Schema
Members
Members & Extensions
Constructors
Array
Schema
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
items
:
Schema
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
?
items
Link copied to clipboard
val
items
:
Schema
Functions
to
Json
Element
Link copied to clipboard
fun
Schema
.
toJsonElement
(
)
:
JsonElement
Converts this
Schema
instance into a
JsonElement
.