Vidyashree-Huawei | bd6abe5 | 2020-04-17 19:06:56 +0530 | [diff] [blame^] | 1 | { |
2 | "inputs": { | ||||
3 | "template-prefix": { | ||||
4 | "required": true, | ||||
5 | "type": "list", | ||||
6 | "entry_schema": { | ||||
7 | "type": "string" | ||||
8 | } | ||||
9 | }, | ||||
10 | "template-prefix-with-complex-type": { | ||||
11 | "type": "list", | ||||
12 | "properties": { | ||||
13 | "prefix-id": { | ||||
14 | "description": "", | ||||
15 | "required": false, | ||||
16 | "type": "string", | ||||
17 | "status": "", | ||||
18 | "constraints": [ | ||||
19 | {} | ||||
20 | ], | ||||
21 | "entry_schema": { | ||||
22 | "type": "" | ||||
23 | } | ||||
24 | } | ||||
25 | } | ||||
26 | }, | ||||
27 | "resource-assignment-properties": { | ||||
28 | "private1-prefix-id": { | ||||
29 | "description": "", | ||||
30 | "required": false, | ||||
31 | "type": "string", | ||||
32 | "status": "", | ||||
33 | "constraints": [ | ||||
34 | {} | ||||
35 | ], | ||||
36 | "entry_schema": { | ||||
37 | "type": "" | ||||
38 | } | ||||
39 | } | ||||
40 | } | ||||
41 | } | ||||
42 | } |