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
/
NumberSchema
Number
Schema
@
Serializable
@
SerialName
(
value
=
"number"
)
data
class
NumberSchema
(
val
description
:
String
?
=
null
)
:
Schema
Members
Members & Extensions
Constructors
Number
Schema
Link copied to clipboard
constructor
(
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
?
Functions
to
Json
Element
Link copied to clipboard
fun
Schema
.
toJsonElement
(
)
:
JsonElement
Converts this
Schema
instance into a
JsonElement
.