https://ns.adobe.com/xdm/content/componentized-page
A componentized page is a part of a digital experience that is authored though modular components. Examples for componentized pages include web pages as managed by a web content management system or mobile app pages as managed by a mobile content management system. Componentized pages are modular (consist of smaller content components), hyperlinked (link to other pages), and include digital assets (like images or videos).
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | content/componentized-page.schema.json |
- Componentized Page
https://ns.adobe.com/xdm/content/componentized-page
- Content
https://ns.adobe.com/xdm/content/content
- Content
{
"repo:name": "example",
"repo:path": "/content/example",
"dc:title": "Example Page for XDM.",
"xdm:shortTitle": "Example",
"repo:createdDate": "2017-09-26T13:27:36+00:00",
"xdm:repositoryCreatedBy": "https://identity.adobe.io/users/[email protected]",
"repo:lastModifiedDate": "2017-09-26T13:31:19+00:00",
"xdm:repositoryLastModifiedBy": "https://identity.adobe.io/users/[email protected]",
"xdm:language": "en-US",
"xdm:template": "https://francois.corp.adobe.com:4502/apps/foundation/generic_page",
"teaser": {
"type": "https://francois.corp.adobe.com:4502/apps/foundation/teaser",
"title": "Sunglasses",
"image": {
"@type": "https://ns.adobe.com/xdm/assets/asset",
"repo:id": "urn:aaid:aem:4123ba4c-93a8-4c5d-b979-ffbbe4318185",
"@id": "https://francois.corp.adobe.com:4502/content/dam/Fx_DUKE-small.jpg"
}
},
"par": {
"@type": "https://francois.corp.adobe.com:4502/apps/foundation/generic_container",
"xdm:items_order": [
"title0",
"text0",
"image0"
],
"xdm:items": {
"title0": {
"type": "https://francois.corp.adobe.com:4502/apps/foundation/title",
"title": "Protect Your Eyes"
},
"image0": {
"type": "https://francois.corp.adobe.com:4502/apps/foundation/image",
"image": {
"@type": "https://ns.adobe.com/xdm/assets/asset",
"asset_id": "urn:aaid:aem:4123ba4c-93a8-4c5d-b979-1234e4318185",
"id": "https://francois.corp.adobe.com:4502/content/dam/Glasses-small.jpg"
}
},
"text0": {
"type": "https://francois.corp.adobe.com:4502/apps/foundation/text",
"text": "<p>Even during high UV levels...</p>"
}
}
}
}
Property | Type | Required | Defined by |
---|---|---|---|
@id | string |
Optional | Content |
dc:title | string |
Optional | Componentized Page (this schema) |
repo:name | string |
Required | Componentized Page (this schema) |
repo:path | string |
Required | Componentized Page (this schema) |
xdm:language | string |
Optional | Componentized Page (this schema) |
xdm:navOrder | integer |
Optional | Componentized Page (this schema) |
xdm:repositoryCreatedBy | string |
Required | Content |
xdm:repositoryLastModifiedBy | string |
Required | Content |
xdm:shortTitle | string |
Optional | Componentized Page (this schema) |
xdm:template | string |
Optional | Componentized Page (this schema) |
xdm:unlisted | boolean |
Optional | Componentized Page (this schema) |
* |
any | Additional | this schema allows additional properties |
A unique identifier given to every addressable piece of content in a given repository.
@id
- is optional
- type:
string
- defined in Content
string
- format:
uri
– Uniformous Resource Identifier (according to RFC3986)
Full title of the page.
dc:title
- is optional
- type:
string
- defined in this schema
string
Name of the page in the repository. This could be a file name or any name provided by the repository to the page.
repo:name
- is required
- type:
string
- defined in this schema
string
Shows the hierarchy of the page. The path semantics should be same as that defined in RFC 3986. In case a repository is not path based then it can return the information which will help in browsing. It could be just an document id, or something like {catalog}/{id}
in case of a document database.
repo:path
- is required
- type:
string
- defined in this schema
string
Specifies the language of this page. the language property should conform to BPC 47, for example en-GB
xdm:language
- is optional
- type:
string
- defined in this schema
string
All instances must conform to this regular expression (test examples here):
^(((([A-Za-z]{2,3}(-([A-Za-z]{3}(-[A-Za-z]{3}){0,2}))?)|[A-Za-z]{4}|[A-Za-z]{5,8})(-([A-Za-z]{4}))?(-([A-Za-z]{2}|[0-9]{3}))?(-([A-Za-z0-9]{5,8}|[0-9][A-Za-z0-9]{3}))*(-([0-9A-WY-Za-wy-z](-[A-Za-z0-9]{2,8})+))*(-(x(-[A-Za-z0-9]{1,8})+))?)|(x(-[A-Za-z0-9]{1,8})+)|((en-GB-oed|i-ami|i-bnn|i-default|i-enochian|i-hak|i-klingon|i-lux|i-mingo|i-navajo|i-pwn|i-tao|i-tay|i-tsu|sgn-BE-FR|sgn-BE-NL|sgn-CH-DE)|(art-lojban|cel-gaulish|no-bok|no-nyn|zh-guoyu|zh-hakka|zh-min|zh-min-nan|zh-xiang)))$
When this page is shown in a collection of pages, use nav_order
to sort. The smallest nav_order
should be the first item in the sorted collection.
xdm:navOrder
- is optional
- type:
integer
- defined in this schema
integer
- minimum value:
0
ID of the user who initiated the action that caused the resource to be created in the repository.
xdm:repositoryCreatedBy
- is required
- type:
string
- defined in Content
string
ID of the user who initiated the action that most recently caused the resource to be modified in the repository.
xdm:repositoryLastModifiedBy
- is required
- type:
string
- defined in Content
string
Short title of the page that is suitable to be displayed in navigation links.
xdm:shortTitle
- is optional
- type:
string
- defined in this schema
string
The template that was used to create this page.
xdm:template
- is optional
- type:
string
- defined in this schema
string
- format:
uri-reference
– URI Reference (according to RFC3986)
Indicates if this page should be hidden by default in navigational collections.
xdm:unlisted
- is optional
- type:
boolean
- defined in this schema
boolean