aboutsummaryrefslogtreecommitdiff
path: root/tests/test_resources/various/systems/system_with_valid_config/backend-config.json
blob: 83c3025af8857d30d18e261ad8ed6c505bfabe26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[
  {
    "name": "Test system",
    "description": "This is a test system",
    "commands": {
      "run": []
    },
    "user_params": {
      "run": []
    }
  }
]