Triggering logic with an ID of 0 has an invalid period

In Preview and Publish: Publish, I now suddenly get an error that did not occur with the same json before: “Triggering logic with an ID of 0 has an invalid period”
No errors found when validating my json against “https://ethicadata.com/media/survey_content/survey_schema.json
No problems in testing my schedule.
This error dis now generated for all my previously published surveys.

Example of triggering_logic that now causes this problem:

  "triggering_logics": [
    {
      "notifications": [
        0
      ],
      "type": "time",
      "id": 0,
      "schedule": {
        "time_format": "relative",
        "base": "registration_time",
        "period": {
          "start": "0 00:00:00",
          "randomization": {
            "function": "uniform"
          },
          "end": "0 00:00:00"
        }
      }
    }
  ],

Hi @janhoutveen

Thanks for reporting this. There was an issue with the validators in the Survey Editor. We resolved the issue. If you refresh your browser, you should not get this error anymore. Please make sure you refresh the browser and clear the cache. In Windows/Linux this can be done by pressing Ctrl + Shift + F5 and in Mac you can do this by pressing Cmd + Shift + R.

Thanks,
Mohammad