dc-accelerators-content-rendering-service
Version:
Amplience DC Frontend modules, using HTML Service
59 lines • 1.95 kB
JSON
{
"$schema": "http://bigcontent.io/cms/schema/v1/schema#",
"allOf": [
{
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content"
}
],
"id": "{CONTENT_TYPE_BASEPATH}/sfcc-slot-accelerators.json",
"title": "SFCC Slot all accelerators",
"description": "SFCC Slot all accelerators",
"type": "object",
"properties": {
"_environment": {
"type": "object",
"properties": {
"sfcc_slot": {
"$ref": "https://raw.githubusercontent.com/amplience/dc-integrations-sfcc/master/content-types/sfcc/sfcc.json#/definitions/sfcc_slot"
},
"sfcc_category_slot": {
"$ref": "https://raw.githubusercontent.com/amplience/dc-integrations-sfcc/master/content-types/sfcc/sfcc.json#/definitions/sfcc_category_slot"
},
"sfcc_folder_slot": {
"$ref": "https://raw.githubusercontent.com/amplience/dc-integrations-sfcc/master/content-types/sfcc/sfcc.json#/definitions/sfcc_folder_slot"
},
"sfcc_site": {
"$ref": "https://raw.githubusercontent.com/amplience/dc-integrations-sfcc/master/content-types/sfcc/sfcc.json#/definitions/sfcc_site"
}
}
},
"content": {
"allOf": [
{
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content-link"
},
{
"properties": {
"contentType": {
"title": "Page Content",
"enum": [
"{CONTENT_TYPE_BASEPATH}/banner.json",
"{CONTENT_TYPE_BASEPATH}/blogpost.json",
"{CONTENT_TYPE_BASEPATH}/card.json",
"{CONTENT_TYPE_BASEPATH}/cardlist.json",
"{CONTENT_TYPE_BASEPATH}/page.json",
"{CONTENT_TYPE_BASEPATH}/image.json",
"{CONTENT_TYPE_BASEPATH}/promolist.json",
"{CONTENT_TYPE_BASEPATH}/slider.json",
"{CONTENT_TYPE_BASEPATH}/splitblock.json",
"{CONTENT_TYPE_BASEPATH}/externalblock.json",
"{CONTENT_TYPE_BASEPATH}/text.json",
"{CONTENT_TYPE_BASEPATH}/video.json"
]
}
}
}
]
}
}
}