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
/
ApplicatorContainer
Applicator
Container
interface
ApplicatorContainer
(
source
)
Interface for schemas that can be composed of other schemas.
Inheritors
JsonSchema
ValuePropertyDefinition
ReferencePropertyDefinition
OneOfPropertyDefinition
AnyOfPropertyDefinition
AllOfPropertyDefinition
Members
Properties
all
Of
Link copied to clipboard
abstract
val
allOf
:
List
<
PropertyDefinition
>
?
any
Of
Link copied to clipboard
abstract
val
anyOf
:
List
<
PropertyDefinition
>
?
else
Schema
Link copied to clipboard
abstract
val
elseSchema
:
PropertyDefinition
?
if
Schema
Link copied to clipboard
abstract
val
ifSchema
:
PropertyDefinition
?
not
Link copied to clipboard
abstract
val
not
:
PropertyDefinition
?
one
Of
Link copied to clipboard
abstract
val
oneOf
:
List
<
PropertyDefinition
>
?
then
Schema
Link copied to clipboard
abstract
val
thenSchema
:
PropertyDefinition
?