@amp-nova/dc-accelerators
Version:
Amplience DC Frontend modules
56 lines (55 loc) • 1.38 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/image.json",
"title": "Image",
"description": "Image Accelerator",
"allOf": [
{
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content"
}
],
"propertyOrder": [
"image",
"imageAltText",
"seoText",
"roundel"
],
"type": "object",
"properties": {
"image": {
"title": "Image",
"description": "insert an image",
"type": "object",
"anyOf": [
{
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/image-link"
}
]
},
"imageAltText": {
"type": "string",
"minLength": 0,
"maxLength": 150,
"title": "Image alt text",
"description": "insert image alt text"
},
"seoText": {
"type": "string",
"minLength": 0,
"maxLength": 100,
"title": "SEO Text",
"description": "e.g. ladies-sunglasses"
},
"roundel": {
"title": "Roundel",
"description": "Roundel Image",
"type": "array",
"items": {
"$ref": "https://s3-eu-west-1.amazonaws.com/dev-solutions/DC-accelerators-v2.0.0/dist/contentTypes/roundel.json"
},
"minItems": 0,
"maxItems": 4,
"_interpolate": true
}
}
}