Merge "SDC Listner Docker touchup"
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / remote_scripts / Definitions / data_types.json
1 {
2   "data_types": {
3     "dt-system-packages": {
4       "description": "This represent System Package Data Type",
5       "version": "1.0.0",
6       "properties": {
7         "type": {
8           "required": true,
9           "type": "string",
10           "constraints": [
11             {
12               "valid_values": [
13                 "ansible_galaxy", "pip"
14               ]
15             }
16           ]
17         },
18         "package": {
19           "required": true,
20           "type": "list",
21           "entry_schema" : {
22             "type" : "string"
23           }
24         }
25       },
26       "derived_from": "tosca.datatypes.Root"
27     }
28   }
29 }