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-openai
/
dev.mokksy.aimocks.openai
/
ResponseFormat
/
SchemaDescriptor
Schema
Descriptor
@
Serializable
data
class
SchemaDescriptor
(
val
name
:
String
,
val
strict
:
Boolean
?
=
null
,
val
schema
:
JsonSchema
)
(
source
)
Members
Constructors
Schema
Descriptor
Link copied to clipboard
constructor
(
name
:
String
,
strict
:
Boolean
?
=
null
,
schema
:
JsonSchema
)
Properties
name
Link copied to clipboard
val
name
:
String
schema
Link copied to clipboard
@
SerialName
(
value
=
"schema"
)
val
schema
:
JsonSchema
strict
Link copied to clipboard
val
strict
:
Boolean
?