toggle menu
google-adk-kotlin
0.2.0
common
switch theme
search in API
google-adk-kotlin-core
/
com.google.adk.kt.types
/
Schema
/
Schema
Schema
constructor
(
type
:
Type
?
=
null
,
properties
:
Map
<
String
,
Schema
>
?
=
null
,
items
:
Schema
?
=
null
,
required
:
List
<
String
>
?
=
null
,
description
:
String
?
=
null
,
enum
:
List
<
String
>
?
=
null
)