UNPKG

dc-accelerators-content-rendering-service

Version:
56 lines (55 loc) 1.35 kB
{ "$schema": "http://bigcontent.io/cms/schema/v1/schema#", "id": "https://unpkg.com/dc-accelerators-content-rendering-service/dist/contentTypes/cardlist.json", "title": "Card List Accelerator", "description": "Card List Accelerator", "allOf": [ { "$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content" } ], "propertyOrder": [ "object", "heroList", "cards" ], "type": "object", "properties": { "header": { "type": "string", "minLength": 0, "maxLength": 50, "title": "Header", "description": "" }, "heroList": { "type": "boolean", "title": "Hero format", "description": "Hero format supports exactly 3 cards" }, "cards": { "type": "array", "items": { "allOf": [ { "$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content-link" }, { "properties": { "contentType": { "title": "Card Content", "enum": [ "https://unpkg.com/dc-accelerators-content-rendering-service/dist/contentTypes/card.json" ] } } } ] }, "minItems": 1, "maxItems": 19, "title": "Cards", "description": "" } } }