schema-salad-d ~master (2021-11-30T07:56:22Z)
Home
Dub
Repo
Documentation
salad
schema
Undocumented in source.
@
documentRoot
class
Documentation {
mixin
genCanonicalizeBody
!(
so
.
Documentation
,
"inVocab"
, (
Optional
!
bool
inVocab
) =>
inVocab
.
orDefault
(
true
),
"doc"
, (
Optional
!(
string
,
string
[])
doc
) =>
doc
.
concat
,
"docChild"
, (
Optional
!(
string
,
string
[])
docChild
) =>
docChild
.
concat
)
;
}
Members
Mixins
__anonymous
mixin
genCanonicalizeBody
!(
so
.
Documentation
,
"inVocab"
, (
Optional
!
bool
inVocab
) =>
inVocab
.
orDefault
(
true
),
"doc"
, (
Optional
!(
string
,
string
[])
doc
) =>
doc
.
concat
,
"docChild"
, (
Optional
!(
string
,
string
[])
docChild
) =>
docChild
.
concat
)
Undocumented in source.
Meta
Source
See Implementation
salad
schema
classes
Any
ArraySchema
Documentation
EnumSchema
JsonldPredicate
PrimitiveType
RecordField
RecordSchema
SaladEnumSchema
SaladRecordField
SaladRecordSchema
SpecializeDef