test/adf2/trigger/TR_without_pipeline.json

{
    "name": "tr_without_pipeline",
    "properties": {
        "description": "Backend will fail with this",
        "annotations": [],
        "runtimeState": "Started",
        "pipelines": [
        ],
        "type": "ScheduleTrigger",
        "typeProperties": {
            "recurrence": {
                "frequency": "Week",
                "interval": 1,
                "startTime": "2023-02-15T19:32:00",
                "timeZone": "FLE Standard Time",
                "schedule": {
                    "minutes": [
                        11
                    ],
                    "hours": [
                        5
                    ],
                    "weekDays": [
                        "Thursday",
                        "Friday",
                        "Monday",
                        "Tuesday",
                        "Wednesday"
                    ]
                }
            }
        }
    }
}