Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / tests / importToscaResourceByCreateUrl / importMapPropertySuccessFlow.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   org.openecomp.resource.vl.LinkTest:
4       derived_from: tosca.nodes.Root
5       properties:
6         string_prop01:
7           type: map
8           description : another description
9           default: {keyA : val1 , keyB : val2}
10           entry_schema:
11             description: This is my property
12             type: string
13         string_prop02:
14           type: map
15           description : another description
16           default: {keyA : "val1" , keyB : "val2"}
17           entry_schema:
18             description: This is my property
19             type: string
20         string_prop03:
21           type: map
22           description : another description
23           default: {"keyA" : "val1" , keyB : val2}
24           entry_schema:
25             description: This is my property
26             type: string
27         string_prop04:
28           type: map
29           description : another description
30           default: {"keyA" : 10 , keyB : <b>true</b> }
31           entry_schema:
32             description: This is my property
33             type: string
34         string_prop05:
35           type: map
36           description : another description
37           default: {"keyA" :  , keyB : "Big" }
38           entry_schema:
39             description: This is my property
40             type: string
41         string_prop06:
42           type: map
43           description : another description
44           default: {"keyA" : aaaA  , keyB : null }
45           entry_schema:
46             description: This is my property
47             type: string
48         string_prop07:
49           type: map
50           description : another description
51           default: {"keyA" : NULL  , keyB : Null }
52           entry_schema:
53             description: This is my property
54             type: string
55         string_prop08:
56           type: map
57           description : another description
58           default: {"keyA" : ""  , keyB : "abcd" }
59           entry_schema:
60             description: This is my property
61             type: string
62         string_prop09:
63           type: map
64           description : another description
65           default: {"keyA" : "  "  , keyB : "abcd" }
66           entry_schema:
67             description: This is my property
68             type: string
69         string_prop10:
70           type: map
71           description : another description
72           default: {"keyA" : "    aaaa"  , keyB : "    bbbb" }
73           entry_schema:
74             description: This is my property
75             type: string
76         string_prop11:
77           type: map
78           description : another description
79           default: {"keyA" : "aaaa      "  , keyB : "bbbb     " }
80           entry_schema:
81             description: This is my property
82             type: string
83         string_prop12:
84           type: map
85           description : another description
86           default: {"keyA" : "     aaaa      "  , keyB : "     bbbb    ccccc   " }
87           entry_schema:
88             description: This is my property
89             type: string
90         string_prop13:
91           type: map
92           description : another description
93           default:
94             keyA : "aaaa"
95           entry_schema:
96             description: This is my property
97             type: string
98         string_prop14:
99           type: map
100           description : another description
101           default:
102             keyA : "      aaaa        "
103           entry_schema:
104             description: This is my property
105             type: string
106         string_prop15:
107           type: map
108           description : another description
109           default:
110             keyA : AbcD
111           entry_schema:
112             description: This is my property
113             type: string
114         string_prop16:
115           type: map
116           description : another description
117           default:
118             keyA :         AbcD
119           entry_schema:
120             description: This is my property
121             type: string
122         string_prop17:
123           type: map
124           description : another description
125           default:
126             keyA :         AbcD      
127           entry_schema:
128             description: This is my property
129             type: string
130         string_prop18:
131           type: map
132           description : another description
133           default:
134             keyA : <b>AbcD</b>      
135           entry_schema:
136             description: This is my property
137             type: string
138         string_prop19:
139           type: map
140           description : another description
141           default:
142             keyA : <b>AbcD      
143           entry_schema:
144             description: This is my property
145             type: string
146         string_prop20:
147           type: map
148           description : another description
149           default:
150             keyA : aaaa
151             keya : aaaa
152             Keya : Aaaa
153             KEYA : nnnn
154           entry_schema:
155             description: This is my property
156             type: string
157         string_prop21:
158           type: map
159           description : another description
160           default:
161             keyA : NULL
162             keyB : null
163             keyC : Null
164           entry_schema:
165             description: This is my property
166             type: string
167         string_prop22:
168           type: map
169           description : another description
170           default:
171           entry_schema:
172             description: This is my property
173             type: string
174         integer_prop01:
175           type: map
176           description : another description
177           default: {keyA : 1 , keyB : 1000}
178           entry_schema:
179             description: This is my property
180             type: integer
181         integer_prop02:
182           type: map
183           description : another description
184           default: {keyA : Null , keyB : NULL ,keyC : null }
185           entry_schema:
186             description: This is my property
187             type: integer
188         integer_prop03:
189           type: map
190           description : another description
191           default: {keyA :  , keyB : -600}
192           entry_schema:
193             description: This is my property
194             type: integer
195         integer_prop03:
196           type: map
197           description : another description
198           default: {keyA :            800  , keyB :          -600}
199           entry_schema:
200             description: This is my property
201             type: integer
202         integer_prop04:
203           type: map
204           description : another description
205           default: {keyA :              , keyB :          -600}
206           entry_schema:
207             description: This is my property
208             type: integer
209         integer_prop05:
210           type: map
211           description : another description
212           default: {keyA : 100              , keyB : 0      }
213           entry_schema:
214             description: This is my property
215             type: integer
216         integer_prop06:
217           type: map
218           description : another description
219           default: {keyA : 100 , keyB : 00}
220           entry_schema:
221             description: This is my property
222             type: integer
223         integer_prop07:
224           type: map
225           description : another description
226           default: {keyA :   100    , keyB :    100        }
227           entry_schema:
228             description: This is my property
229             type: integer
230         integer_prop08:
231           type: map
232           description : another description
233           default:
234             keyA : 100
235             keyB : 200
236           entry_schema:
237             description: This is my property
238             type: integer
239         integer_prop09:
240           type: map
241           description : another description
242           default:
243             keyA :            100
244             keyB : 200           
245           entry_schema:
246             description: This is my property
247             type: integer
248         integer_prop10:
249           type: map
250           description : another description
251           default:
252             keyA : null
253             keyA : Null
254             keyB : 1111
255             keyB : 2222
256           entry_schema:
257             description: This is my property
258             type: integer
259         integer_prop11:
260           type: map
261           description : another description
262           default:
263             keyA : null
264             keyB : Null
265             keyC : NULL
266             keyD : 
267           entry_schema:
268             description: This is my property
269             type: integer
270         integer_prop12:
271           type: map
272           description : another description
273           default:
274           entry_schema:
275             description: This is my property
276             type: integer
277         integer_prop13:
278           type: map
279           description : another description
280           default: {keyA : 100 , keyA : 200}
281           entry_schema:
282             description: This is my property
283             type: integer
284         boolean_prop01:
285           type: map
286           description : another description
287           default: {keyA : true , keyB : false , keyC : false }
288           entry_schema:
289             description: This is my property
290             type: boolean
291         boolean_prop02:
292           type: map
293           description : another description
294           default: {keyA : TRUE , keyB : FALSE , keyC : False }
295           entry_schema:
296             description: This is my property
297             type: boolean
298         boolean_prop03:
299           type: map
300           description : another description
301           default:
302             keyA : null
303             keyB : Null
304             keyC : NULL
305             keyD : 
306           entry_schema:
307             description: This is my property
308             type: boolean
309         boolean_prop04:
310           type: map
311           description : another description
312           default: {keyA : Null , keyB : NULL ,keyC : null ,keyD : }
313           entry_schema:
314             description: This is my property
315             type: boolean
316         boolean_prop05:
317           type: map
318           description : another description
319           default: {keyA :      true , keyB : false     , keyC :     false       }
320           entry_schema:
321             description: This is my property
322             type: boolean
323         boolean_prop06:
324           type: map
325           description : another description
326           default:
327             keyA :     true
328             keyB : true
329             keyC :       false
330           entry_schema:
331             description: This is my property
332             type: boolean
333         boolean_prop07:
334           type: map
335           description : another description
336           default:
337           entry_schema:
338             description: This is my property
339             type: boolean
340         boolean_prop08:
341           type: map
342           description : another description
343           default:
344             keyA : false
345             keyA : true
346             keyB : true
347             keyB : false
348           entry_schema:
349             description: This is my property
350             type: boolean
351         boolean_prop09:
352           type: map
353           description : another description
354           default: {keyA : true,keyA : false,keyB : false,keyB : true}
355           entry_schema:
356             description: This is my property
357             type: boolean
358         float_prop01:
359           type: map
360           description : another description
361           default: {keyA : 1.20 , keyB : 3.56f , keyC : 33}
362           entry_schema:
363             description: This is my property
364             type: float
365         float_prop02:
366           type: map
367           description : another description
368           default: {keyA : 0.00, keyB : 0.0 , keyC : 0 }
369           entry_schema:
370             description: This is my property
371             type: float
372         float_prop03:
373           type: map
374           description : another description
375           default: {keyA : null, keyB : Null , keyC : NULL , keyD : }
376           entry_schema:
377             description: This is my property
378             type: float
379         float_prop04:
380           type: map
381           description : another description
382           default: {keyA :      1.20 , keyB : 3.56f       , keyC :      33        }
383           entry_schema:
384             description: This is my property
385             type: float
386         float_prop05:
387           type: map
388           description : another description
389           default:
390             keyA : 33
391             keyB : 1.2000
392             keyC : 3.607f
393             keyD : 0
394           entry_schema:
395             description: This is my property
396             type: float
397         float_prop06:
398           type: map
399           description : another description
400           default:
401             keyA :       33
402             keyB : 1.2000      
403             keyC :    3.607f 
404           entry_schema:
405             description: This is my property
406             type: float
407         float_prop07:
408           type: map
409           description : another description
410           default:
411             keyA : null
412             keyB : Null
413             keyC : NULL
414             keyD : 
415           entry_schema:
416             description: This is my property
417             type: float
418         float_prop08:
419           type: map
420           description : another description
421           default:
422           entry_schema:
423             description: This is my property
424             type: float
425         float_prop09:
426           type: map
427           description : another description
428           default:
429             keyA : 3.5
430             keyA : 0.01
431             keyB : 3.6
432             keyB : 
433           entry_schema:
434             description: This is my property
435             type: float
436         float_prop10:
437             type: map
438             description : another description
439             default: {keyA : 0.0002}
440             entry_schema:
441               description: This is my property
442               type: float
443         float_prop11:
444           type: map
445           description : another description
446           default: {keyA : 0.000 , keyA : 003.56f, keyB : 33}
447           entry_schema:
448             description: This is my property
449             type: float
450       capabilities:
451         link:
452           type: tosca.capabilities.network.Linkable