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
/
ArrayPropertyBuilder
/
ofString
of
String
fun
ofString
(
block
:
StringPropertyBuilder
.
(
)
->
Unit
=
{}
)
(
source
)
Specifies that array items are strings.
Example
array {
ofString {
minLength = 1
}
}
Content copied to clipboard