KotlinX-Schema
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KotlinX-Schema
kotlinx-schema-generator-json
/
kotlinx.schema.generator.json
/
JsonSchemaConfig
Json
Schema
Config
data
class
JsonSchemaConfig
(
val
treatNullableOptionalAsRequired
:
Boolean
=
false
,
val
json
:
Json
=
Json
)
(
source
)
Members
Constructors
Json
Schema
Config
Link copied to clipboard
constructor
(
treatNullableOptionalAsRequired
:
Boolean
=
false
,
json
:
Json
=
Json
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
json
Link copied to clipboard
val
json
:
Json
treat
Nullable
Optional
As
Required
Link copied to clipboard
val
treatNullableOptionalAsRequired
:
Boolean
Controls how optional nullable properties are represented in JSON Schema.