@amp-nova/dc-accelerators
Version:
Amplience DC Frontend modules
55 lines (54 loc) • 1.32 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/snippet.json",
"title": "Blog Snippet Accelerator",
"description": "Blog Snippet Accelerator",
"allOf": [
{
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content"
}
],
"propertyOrder": [
"image",
"title",
"description",
"cta"
],
"type": "object",
"properties": {
"image": {
"type": "object",
"title": "Image",
"description": "",
"allOf": [
{
"$ref": "https://s3-eu-west-1.amazonaws.com/dev-solutions/DC-accelerators-v2.0.0/dist/contentTypes/image.json"
}
]
},
"title": {
"type": "string",
"minLength": 0,
"maxLength": 255,
"title": "Title",
"description": ""
},
"description": {
"type": "string",
"minLength": 0,
"maxLength": 500,
"title": "Snippet Description",
"description": ""
},
"cta": {
"type": "object",
"title": "Call to action",
"description": "",
"allOf": [
{
"$ref": "https://s3-eu-west-1.amazonaws.com/dev-solutions/DC-accelerators-v2.0.0/dist/contentTypes/link.json"
}
]
}
}
}