{
  "events": {
    "change": {
      "desc": "Emitted when the view's dates change",
      "params": {
        "scope": {
          "type": "Object",
          "desc": "The data that cjanged",
          "definition": {
            "start": {
              "type": "String",
              "desc": "The new start Timestamp",
              "__exemption": [
                "examples"
              ]
            },
            "end": {
              "type": "String",
              "desc": "The new end Timestamp",
              "__exemption": [
                "examples"
              ]
            },
            "days": {
              "type": "Array",
              "tsType": "TimestampArray",
              "desc": "An array of Timestamps between start and end",
              "__exemption": [
                "examples"
              ]
            }
          }
        }
      }
    }
  }
}