AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-gemini
/
dev.mokksy.aimocks.gemini
/
Schema
Schema
@
Serializable
data
class
Schema
(
val
type
:
String
?
=
null
,
val
properties
:
Map
<
String
,
Any
>
?
=
null
)
(
source
)
Schema for the response.
Members
Constructors
Schema
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
properties
:
Map
<
String
,
Any
>
?
=
null
)
Properties
properties
Link copied to clipboard
val
properties
:
Map
<
String
,
Any
>
?
type
Link copied to clipboard
val
type
:
String
?