aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type/starter-type/node_type/dg-generic.json
blob: 6274445ca175e4ee6922f6d464ce96192e40c062 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "description": "This is Generic Directed Graph Type",
  "version": "1.0.0",
  "properties": {
    "content": {
      "required": true,
      "type": "string"
    }
  },
  "derived_from": "tosca.nodes.DG"
}