{
  "$schema": "http://bigcontent.io/cms/schema/v1/schema#",
  "id": "{CONTENT_TYPE_BASEPATH}/externalblock.json",
  "title": "External block",
  "description": "External block accelerator",
  "allOf": [
    {
      "$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content"
    }
  ],
  "type": "object",
  "properties": {
    "external": {
      "type": "string",
      "minLength": 0,
      "maxLength": 2000,
      "title": "External",
      "description": "Insert HTML code here"
    }
  },
  "propertyOrder": [
    "external"
  ]
}