KotlinX-Schema
Toggle table of contents
0.0.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
KotlinX-Schema
kotlinx-schema-json
/
kotlinx.schema.json
/
BooleanPropertyDefinition
/
BooleanPropertyDefinition
Boolean
Property
Definition
constructor
(
type
:
List
<
String
>
=
listOf("boolean")
,
description
:
String
?
=
null
,
nullable
:
Boolean
?
=
null
,
default
:
JsonElement
?
=
null
,
constValue
:
JsonElement
?
=
null
)
(
source
)