Add declarative acceptance tests
[ccsdk/cds.git] / components / model-catalog / blueprint-model / uat-blueprints / echo / Definitions / data_types.json
1 {
2   "data_types" : {
3     "dt-echo-properties" : {
4       "description" : "Dynamic DataType definition for workflow(echo).",
5       "version" : "1.0.0",
6       "properties" : {
7         "echoed-message" : {
8           "type" : "string"
9         }
10       },
11       "derived_from" : "tosca.datatypes.Dynamic"
12     }
13   }
14 }