JsonSchemaConfig

data class JsonSchemaConfig(val treatNullableOptionalAsRequired: Boolean = false, val json: Json = Json)(source)

Constructors

Link copied to clipboard
constructor(treatNullableOptionalAsRequired: Boolean = false, json: Json = Json)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val json: Json
Link copied to clipboard

Controls how optional nullable properties are represented in JSON Schema.