{
  "$schema": "http://json-schema.org/draft-04/schema",
  "id": "campaignTextAlternativeContent",
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "maxLength": 1048576
    }
  },
  "required": [ "text" ]
}