toggle menu
google-adk-kotlin
0.2.0
common
switch theme
search in API
google-adk-kotlin-core
/
com.google.adk.kt
/
SchemaUtils
Schema
Utils
object
SchemaUtils
Utility class for validating schemas.
Members
Functions
validate
Map
On
Schema
Link copied to clipboard
fun
validateMapOnSchema
(
args
:
Map
<
String
,
Any
?
>
,
schema
:
Schema
,
argsName
:
String
)
:
Result
<
Unit
>
Validates a map against a schema.