UNPKG

@amplience/dynamic-content-accelerators

Version:
24 lines 542 B
{ "$schema": "http://bigcontent.io/cms/schema/v1/schema#", "id": "https://unpkg.com/@amplience/dynamic-content-accelerators/dist/contentTypes/text.json", "title": "Text", "description": "Text accelerator", "allOf": [ { "$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content" } ], "type": "object", "properties": { "text": { "type": "string", "format": "markdown", "title": "Text", "minLength": 0, "maxLength": 6000 } }, "propertyOrder": [ "text" ] }