aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/onap_client/tests/test-spec.json
blob: b2fa4288d859133da0cd6fca700d315f473244cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "parameters": {
        "test1": "test1value"
    },
    "spec": [
        {
            "type": "TEST_RESOURCE",
            "resource_spec": {
                "test1": "{{test1}}",
                "test2": [
                    {
                        "test2_nested": "test2nested",
                        "test2_nesteddict": {
                            "abc": "123"
                        }
                    }
                ]
            }
        }
    ]
}