blob: 5b373a45ee75573782ff8d048e5a307601c820f5 [file] [log] [blame]
Vidyashree-Huaweibd6abe52020-04-17 19:06:56 +05301{
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}