summaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/sdc/catalog_allotted_inputs.jinja
blob: 69629a0ad7a930ad5dbe5dc0487dfb12a77e2d5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
  {
    "defaultValue": "{{nf_type}}",
    "description": null,
    "name": "nf_type",
    "parentUniqueId": null,
    "password": false,
    "required": false,
    "schema": {
      "property": {}
    },
    "type": "string",
    "uniqueId": "{{nf_type_uid}}",
    "value": null,
    "definition": false,
    "getInputValues": null,
    "instanceUniqueId": null,
    "propertyId": null,
    "properties": null,
    "inputs": null,
    "ownerId": null,
    "inputPath": null
  },
  {
    "defaultValue": "{{nf_role}}",
    "description": null,
    "name": "nf_role",
    "parentUniqueId": null,
    "password": false,
    "required": false,
    "schema": {
      "property": {}
    },
    "type": "string",
    "uniqueId": "{{nf_role_uid}}",
    "value": null,
    "definition": false,
    "getInputValues": null,
    "instanceUniqueId": null,
    "propertyId": null,
    "properties": null,
    "inputs": null,
    "ownerId": null,
    "inputPath": null
  }
]