Updated for Jakarta Release
[ccsdk/cds.git] / components / model-catalog / blueprint-model / service-blueprint / 5GC_Simulator_CNF_CDS / Definitions / data_types.json
1 {
2   "data_types" : {
3     "dt-config-assign-day-2-properties" : {
4       "description" : "Dynamic DataType definition for workflow(config-assign-day-2).",
5       "version" : "1.0.0",
6       "properties" : {
7         "vnf-id" : {
8           "description" : "",
9           "required" : false,
10           "type" : "string",
11           "status" : "",
12           "constraints" : [ { } ],
13           "entry_schema" : {
14             "type" : ""
15           }
16         },
17         "service-instance-id" : {
18           "description" : "",
19           "required" : false,
20           "type" : "string",
21           "status" : "",
22           "constraints" : [ { } ],
23           "entry_schema" : {
24             "type" : ""
25           }
26         },
27         "supportedNssai" : {
28           "description" : "",
29           "required" : false,
30           "type" : "string",
31           "default" : "hello"
32         }
33       },
34       "derived_from" : "tosca.datatypes.Dynamic"
35     },
36     "dt-config-assign-properties" : {
37       "description" : "Dynamic DataType definition for workflow(config-assign).",
38       "version" : "1.0.0",
39       "properties" : {
40         "vnf-id" : {
41           "description" : "",
42           "required" : false,
43           "type" : "string",
44           "status" : "",
45           "constraints" : [ { } ],
46           "entry_schema" : {
47             "type" : ""
48           }
49         },
50         "service-instance-id" : {
51           "description" : "",
52           "required" : false,
53           "type" : "string",
54           "status" : "",
55           "constraints" : [ { } ],
56           "entry_schema" : {
57             "type" : ""
58           }
59         }
60       },
61       "derived_from" : "tosca.datatypes.Dynamic"
62     },
63     "dt-config-deploy-properties" : {
64       "description" : "Dynamic DataType definition for workflow(config-deploy).",
65       "version" : "1.0.0",
66       "properties" : {
67         "vf-modules-list-aai" : {
68           "description" : "list of modules associated with vnf from AAI",
69           "type" : "json"
70         },
71         "vf-modules-list-sdnc" : {
72           "description" : "list of modules associated with vnf from MDSAL",
73           "type" : "json"
74         },
75         "vnf-id" : {
76           "description" : "",
77           "required" : false,
78           "type" : "string"
79         },
80         "service-instance-id" : {
81           "description" : "",
82           "required" : false,
83           "type" : "string",
84           "status" : "",
85           "constraints" : [ { } ],
86           "entry_schema" : {
87             "type" : ""
88           }
89         }
90       },
91       "derived_from" : "tosca.datatypes.Dynamic"
92     },
93     "dt-resource-assignment-properties" : {
94       "description" : "Dynamic DataType definition for workflow(resource-assignment).",
95       "version" : "1.0.0",
96       "properties" : {
97         "k8s-rb-profile-namespace" : {
98           "description" : "K8s namespace to create helm chart for specified profile",
99           "type" : "string"
100         },
101         "k8s-rb-profile-name" : {
102           "description" : "Profile name used in multicloud/k8s plugin to identify Helm chart(s) where this mapping is providing override values.",
103           "type" : "string"
104         },
105         "snssai" : {
106           "description" : "",
107           "type" : "string"
108         },
109         "vnf-id" : {
110           "description" : "",
111           "required" : false,
112           "type" : "string"
113         },
114         "fivegc0_snssai" : {
115           "description" : "",
116           "type" : "string"
117         },
118         "service-instance-id" : {
119           "description" : "",
120           "required" : false,
121           "type" : "string"
122         },
123         "config.test" : {
124           "description" : "",
125           "type" : "string"
126         },
127         "vnf_name" : {
128           "description" : "",
129           "required" : false,
130           "type" : "string"
131         },
132         "aic-cloud-region" : {
133           "description" : "",
134           "required" : false,
135           "type" : "string"
136         },
137         "config.upfName" : {
138           "description" : "upf name",
139           "type" : "string"
140         },
141         "upfName" : {
142           "description" : "upf name",
143           "type" : "string"
144         },
145         "vf-module-model-customization-uuid" : {
146           "description" : "",
147           "required" : false,
148           "type" : "string"
149         },
150         "config.singletest" : {
151           "description" : "",
152           "type" : "string"
153         },
154         "management-prefix-id" : {
155           "description" : "",
156           "required" : false,
157           "type" : "string"
158         },
159         "config.supportedNssai.sNssai.snssai" : {
160           "description" : "supportedNssai.sNssai.snssai properties",
161           "type" : "string"
162         },
163         "smfName" : {
164           "description" : "smf name",
165           "type" : "string"
166         },
167         "vf-module-id" : {
168           "description" : "",
169           "required" : false,
170           "type" : "string"
171         },
172         "vf-module-label" : {
173           "description" : "",
174           "required" : false,
175           "type" : "string"
176         },
177         "amfName" : {
178           "description" : "amf name",
179           "type" : "string"
180         },
181         "vf-module-model-invariant-uuid" : {
182           "type" : "string"
183         },
184         "vf-naming-policy" : {
185           "description" : "",
186           "required" : false,
187           "type" : "string",
188           "default" : "SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP"
189         },
190         "config.smfName" : {
191           "description" : "smf name",
192           "type" : "string"
193         },
194         "vf-module-model-version" : {
195           "type" : "string"
196         },
197         "config.amfName" : {
198           "description" : "amf name",
199           "type" : "string"
200         }
201       },
202       "derived_from" : "tosca.datatypes.Dynamic"
203     }
204   }
205 }