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-ollama
/
dev.mokksy.aimocks.ollama.model
/
Format
/
Schema
Schema
common
@
Serializable
data
class
Schema
(
val
name
:
String
?
=
null
,
val
schema
:
JsonSchema
)
:
Format
(
source
)
Represents a JSON schema format type.
Members
Constructors
Schema
Link copied to clipboard
common
constructor
(
name
:
String
?
=
null
,
schema
:
JsonSchema
)
Properties
name
Link copied to clipboard
common
val
name
:
String
?
schema
Link copied to clipboard
common
val
schema
:
JsonSchema
The JSON schema definition