UNPKG

@amp-nova/dc-accelerators

Version:

Amplience DC Frontend modules

33 lines (32 loc) 759 B
{ "$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/link.json", "title": "Link Accelerator", "description": "Link Accelerator", "allOf": [ { "$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content" } ], "propertyOrder": [ "label", "value" ], "type": "object", "properties": { "label": { "type": "string", "minLength": 0, "maxLength": 255, "title": "Label", "description": "" }, "value": { "type": "string", "minLength": 0, "maxLength": 2000, "title": "Value", "description": "A relative URL, absolute URL or an ID" } } }