dc-accelerators-content-rendering-service
Version:
Amplience DC Frontend modules, using HTML Service
36 lines • 957 B
JSON
{
"$schema": "http://bigcontent.io/cms/schema/v1/schema#",
"id": "https://unpkg.com/dc-accelerators-content-rendering-service/dist/contentTypes/promolist.json",
"title": "Promotional List",
"description": "Promotional list",
"allOf": [
{
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content"
}
],
"type": "object",
"properties": {
"bannerSection": {
"type": "array",
"items": {
"allOf": [
{
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content-link"
},
{
"properties": {
"contentType": {
"title": "Promo list section",
"enum": [
"https://unpkg.com/dc-accelerators-content-rendering-service/dist/contentTypes/promo.json"
]
}
}
}
]
},
"minItems": 1,
"maxItems": 3
}
}
}