aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/uat-blueprints/imperative_workflow/Definitions/data_types.json
blob: 1b8f2b31bada4096ad07c17292fb6e232eca0cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "data_types" : {
    "dt-uat-wf-properties" : {
      "description" : "Dynamic DataType definition for workflow(uat-wf).",
      "version" : "1.0.0",
      "properties" : {
        "service-instance-id" : {
          "required" : true,
          "type" : "string"
        }
      },
      "derived_from" : "tosca.datatypes.Dynamic"
    }
  }
}