Move CSIT to integration/csit repo
[integration/csit.git] / tests / aaf / aaf-sms-suite / data / create_secret.json
1 {
2     "name":     "curltestsecret1",
3     "values":   {
4       "name":"rah",
5       "age":35,
6       "map":{
7         "mapkey1": "mapvalue1",
8         "mapkey2": "mapvalue2"
9       },
10       "array":["golang","c++","java","python"]
11     }
12 }