schema-salad-d ~master (2021-11-30T07:56:22Z)
Home
Dub
Repo
ArraySchema
salad
schema_original
class
ArraySchema {
Either
!(
PrimitiveType
,
RecordSchema
,
EnumSchema
,
ArraySchema
,
string
,
Either
!(
PrimitiveType
,
RecordSchema
,
EnumSchema
,
ArraySchema
,
string
)[])
items_
;
immutable
auto
type_
;
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
items_
Either
!(
PrimitiveType
,
RecordSchema
,
EnumSchema
,
ArraySchema
,
string
,
Either
!(
PrimitiveType
,
RecordSchema
,
EnumSchema
,
ArraySchema
,
string
)[])
items_
;
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#ArraySchema
Meta
Source
See Implementation
salad
schema_original
classes
Any
ArraySchema
Documentation
EnumSchema
JsonldPredicate
PrimitiveType
RecordField
RecordSchema
SaladEnumSchema
SaladRecordField
SaladRecordSchema
SpecializeDef