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
/
ReferencePropertyDefinition
Reference
Property
Definition
@
Serializable
data
class
ReferencePropertyDefinition
(
val
ref
:
String
)
:
PropertyDefinition
(
source
)
Represents a reference to another element
Members
Constructors
Reference
Property
Definition
Link copied to clipboard
constructor
(
ref
:
String
)
Properties
ref
Link copied to clipboard
@
SerialName
(
value
=
"$ref"
)
val
ref
:
String