UNPKG

1.39 kBMarkdownView Raw
1# Untitled undefined type in MDAST Schema
2
3```txt
4https://ns.adobe.com/helix/pipeline/mdast#/properties/referenceType
5```
6
7Represents the explicitness of a reference.
8
9
10| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | --------------------------------------------------------------- |
12| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [mdast.schema.json\*](mdast.schema.json "open original schema") |
13
14## referenceType Type
15
16unknown
17
18## referenceType Constraints
19
20**enum**: the value of this property must be equal to one of the following values:
21
22| Value | Explanation |
23| :------------ | ------------------------------------------------------------------- |
24| `"shortcut"` | the reference is implicit, its identifier inferred from its content |
25| `"collapsed"` | the reference is explicit, its identifier inferred from its content |
26| `"full"` | the reference is explicit, its identifier explicitly set |