@amp-nova/dc-accelerators
Version:
Amplience DC Frontend modules
66 lines (65 loc) • 1.62 kB
JSON
{
"$schema": "http://bigcontent.io/cms/schema/v1/schema#",
"id": "https://s3-eu-west-1.amazonaws.com/dev-solutions/DC-accelerators-v2.0.0/dist/contentTypes/card.json",
"title": "Card Accelerator",
"description": "Card Accelerator",
"allOf": [
{
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content"
}
],
"propertyOrder": [
"cardImage",
"cardName",
"description",
"linkValue",
"link"
],
"type": "object",
"properties": {
"cardImage": {
"type": "object",
"allOf": [
{
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content-link"
},
{
"properties": {
"contentType": {
"title": "image",
"enum": [
"https://s3-eu-west-1.amazonaws.com/dev-solutions/DC-accelerators-v2.0.0/dist/contentTypes/image.json"
]
}
}
}
],
"title": "Card Image",
"description": "Select or create an image content"
},
"cardName": {
"type": "string",
"minLength": 0,
"maxLength": 150,
"title": "Card name",
"description": ""
},
"description": {
"type": "string",
"minLength": 0,
"maxLength": 200,
"title": "Description",
"description": ""
},
"link": {
"title": "Link",
"description": "add Link",
"type": "object",
"allOf": [
{
"$ref": "https://s3-eu-west-1.amazonaws.com/dev-solutions/DC-accelerators-v2.0.0/dist/contentTypes/link.json"
}
]
}
}
}