schema-salad-d ~master (2021-11-30T07:56:22Z)
Home
Dub
Repo
SaladRecordField
salad
schema_original
class
SaladRecordField {
@
id
string
name_
;
@
typeDSL
Either
!(
PrimitiveType
,
RecordSchema
,
EnumSchema
,
ArraySchema
,
string
,
Either
!(
PrimitiveType
,
RecordSchema
,
EnumSchema
,
ArraySchema
,
string
)[])
type_
;
Optional
!(
string
,
string
[])
doc_
;
Optional
!(
string
,
JsonldPredicate
)
jsonldPredicate_
;
Optional
!
Any
default_
;
mixin
genCtor
;
mixin
genIdentifier
;
mixin
genToString
;
}
Members
Mixins
__anonymous
mixin
genCtor
Undocumented in source.
__anonymous
mixin
genIdentifier
Undocumented in source.
__anonymous
mixin
genToString
Undocumented in source.
Variables
default_
Optional
!
Any
default_
;
Undocumented in source.
doc_
Optional
!(
string
,
string
[])
doc_
;
Undocumented in source.
jsonldPredicate_
Optional
!(
string
,
JsonldPredicate
)
jsonldPredicate_
;
Undocumented in source.
name_
string
name_
;
Undocumented in source.
type_
Either
!(
PrimitiveType
,
RecordSchema
,
EnumSchema
,
ArraySchema
,
string
,
Either
!(
PrimitiveType
,
RecordSchema
,
EnumSchema
,
ArraySchema
,
string
)[])
type_
;
Undocumented in source.
Mixed In Members
From
mixin
genCtor
this
this
()
Undocumented in source.
this
this
(Node node, LoadingContext context)
Undocumented in source.
From
mixin
genIdentifier
identifier
auto
identifier
()
Undocumented in source. Be warned that the author may not have intended to support it.
From
mixin
genToString
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
See Also
https://www.commonwl.org/v1.2/SchemaSalad.html#SaladRecordField
Meta
Source
See Implementation
salad
schema_original
classes
Any
ArraySchema
Documentation
EnumSchema
JsonldPredicate
PrimitiveType
RecordField
RecordSchema
SaladEnumSchema
SaladRecordField
SaladRecordSchema
SpecializeDef