https://ns.adobe.com/helix/pipeline/content
The content as retrieved from the repository and enriched in the pipeline.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | No | Stabilizing | No | Forbidden | Forbidden | content.schema.json |
- Content
https://ns.adobe.com/helix/pipeline/content
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
body | string |
Optional | No | Content (this schema) |
data | object |
Optional | No | Content (this schema) |
document | object |
Optional | No | Content (this schema) |
image | string |
Optional | No | Content (this schema) |
intro | string |
Optional | No | Content (this schema) |
json | object |
Optional | No | Content (this schema) |
mdast | MDAST | Optional | No | Content (this schema) |
meta | object |
Optional | Yes | Content (this schema) |
sources | string[] |
Optional | No | Content (this schema) |
title | string |
Optional | No | Content (this schema) |
xml | object |
Optional | No | Content (this schema) |
The content body of the retrieved source document
body
- is optional
- type:
string
- defined in this schema
string
Custom object that can hold any user defined data.
data
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|
The DOM-compatible representation of the document's inner HTML
document
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|
Path (can be relative) to the first image in the document
image
- is optional
- type:
string
- defined in this schema
string
- format:
uri-reference
– URI Reference (according to RFC3986)
Extracted first paragraph of the document
intro
- is optional
- type:
string
- defined in this schema
string
The JSON object to emit.
json
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|
mdast
- is optional
- type: MDAST
- defined in this schema
- MDAST –
https://ns.adobe.com/helix/pipeline/mdast
meta
- is optional
- type:
object
- defined in this schema
object
, nullable, with following properties:
Property | Type | Required |
---|---|---|
class |
string | Optional |
image |
string | Optional |
intro |
string | Optional |
tagname |
string | Optional |
title |
string | Optional |
types |
array | Optional |
The CSS class to use for the section instead of the default hlx-section
one
class
- is optional
- type:
string
string
Path (can be relative) to the first image in the document
image
- is optional
- type:
string
string
- format:
uri-reference
– URI Reference (according to RFC3986)
Extracted first paragraph of the document
intro
- is optional
- type:
string
string
The element tag name to use for the section instead of the default div
one (i.e. section
, main
, aside
)
tagname
- is optional
- type:
string
string
Extracted title of the document
title
- is optional
- type:
string
string
The inferred class names for the section
types
- is optional
- type:
string[]
Array type: string[]
All items must be of the type: string
List of URIs that have been retrieved for this piece of content
sources
- is optional
- type:
string[]
- defined in this schema
Array type: string[]
All items must be of the type: string
- format:
uri
– Uniformous Resource Identifier (according to RFC3986)
Extracted title of the document
title
- is optional
- type:
string
- defined in this schema
string
The XML object to emit. See xmlbuilder-js for syntax.
xml
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|