Autograph
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Autograph
autograph-schema
/
dev.ynagai.autograph.schema
/
PropertySchema
Property
Schema
data
class
PropertySchema
(
val
name
:
String
,
val
type
:
PropertyType
,
val
required
:
Boolean
)
One property of an
EventSchema
.
Members
Constructors
Property
Schema
Link copied to clipboard
constructor
(
name
:
String
,
type
:
PropertyType
,
required
:
Boolean
)
Properties
name
Link copied to clipboard
val
name
:
String
required
Link copied to clipboard
val
required
:
Boolean
type
Link copied to clipboard
val
type
:
PropertyType