aboutsummaryrefslogtreecommitdiffstats
path: root/tosca-controlloop/models/src/test/resources/json/ControlLoopNoOrderedState.json
blob: 6bff9758073de251ace6429d9a2fc74babdce56c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "definition": {
        "name": "controlLoopDefinitionName",
        "version": "0.0.1"
    },
    "state": "UNINITIALISED",
    "orderedState": null,
    "elements": [
    ],
    "name": "control-loop",
    "version": "0.0.1"
}