KotlinX-Schema
Toggle table of contents
0.3.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
KotlinX-Schema
kotlinx-schema-json
/
kotlinx.schema.json
/
NumericConstraints
Numeric
Constraints
interface
NumericConstraints
(
source
)
Numeric validation keywords.
Inheritors
GeneralConstraints
NumericPropertyDefinition
Members
Properties
exclusive
Maximum
Link copied to clipboard
abstract
val
exclusiveMaximum
:
Double
?
exclusive
Minimum
Link copied to clipboard
abstract
val
exclusiveMinimum
:
Double
?
maximum
Link copied to clipboard
abstract
val
maximum
:
Double
?
minimum
Link copied to clipboard
abstract
val
minimum
:
Double
?
multiple
Of
Link copied to clipboard
abstract
val
multipleOf
:
Double
?