aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Definitions/data_types.json
blob: 6ca1ffde280fc8343ec7979dc068f4c62984531a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "data_types": {
    "sample-property": {
      "description": "This is sample data type",
      "version": "1.0.0",
      "properties": {
        "content": {
          "required": false,
          "type": "string"
        },
        "process-name": {
          "required": false,
          "type": "string"
        },
        "version": {
          "required": false,
          "type": "string",
          "default": "LATEST"
        }
      },
      "derived_from": "tosca.datatypes.Root"
    }
  }
}