gemini4kt
Toggle table of contents
0.7.0
jvm
Platform filter
jvm
Switch theme
Search in API
gemini4kt
gemini4kt
/
io.github.ugaikit.gemini4kt
/
Schema
/
Schema
Schema
constructor
(
type
:
String
,
format
:
String
?
=
null
,
description
:
String
?
=
null
,
nullable
:
Boolean
=
false
,
enum
:
List
<
String
>
=
emptyList()
,
properties
:
Map
<
String
,
Schema
>
=
emptyMap()
,
required
:
List
<
String
>
=
emptyList()
,
items
:
Schema
?
=
null
)