schema-salad-d ~master (2021-11-30T07:56:22Z)
Home
Dub
Repo
SaladRecordSchema
salad
schema_original
@
documentRoot
class
SaladRecordSchema {
@
id
string
name_
;
immutable
auto
type_
;
Optional
!
bool
inVocab_
;
@
idMap
("name", "type")
Optional
!(
SaladRecordField
[])
fields_
;
Optional
!(
string
,
string
[])
doc_
;
Optional
!
string
docParent_
;
Optional
!(
string
,
string
[])
docChild_
;
Optional
!
string
docAfter_
;
Optional
!(
string
,
JsonldPredicate
)
jsonldPredicate_
;
Optional
!
bool
documentRoot_
;
Optional
!
bool
abstract_
;
Optional
!(
string
,
string
[])
extends_
;
@
idMap
("specializeFrom", "specializeTo")
Optional
!(
SpecializeDef
[])
specialize_
;
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
abstract_
Optional
!
bool
abstract_
;
Undocumented in source.
docAfter_
Optional
!
string
docAfter_
;
Undocumented in source.
docChild_
Optional
!(
string
,
string
[])
docChild_
;
Undocumented in source.
docParent_
Optional
!
string
docParent_
;
Undocumented in source.
doc_
Optional
!(
string
,
string
[])
doc_
;
Undocumented in source.
documentRoot_
Optional
!
bool
documentRoot_
;
Undocumented in source.
extends_
Optional
!(
string
,
string
[])
extends_
;
Undocumented in source.
fields_
Optional
!(
SaladRecordField
[])
fields_
;
Undocumented in source.
inVocab_
Optional
!
bool
inVocab_
;
Undocumented in source.
jsonldPredicate_
Optional
!(
string
,
JsonldPredicate
)
jsonldPredicate_
;
Undocumented in source.
name_
string
name_
;
Undocumented in source.
specialize_
Optional
!(
SpecializeDef
[])
specialize_
;
Undocumented in source.
type_
auto
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#SaladRecordSchema
Meta
Source
See Implementation
salad
schema_original
classes
Any
ArraySchema
Documentation
EnumSchema
JsonldPredicate
PrimitiveType
RecordField
RecordSchema
SaladEnumSchema
SaladRecordField
SaladRecordSchema
SpecializeDef