Add missing template 51/72951/1
authorBrian Freeman <bf1936@att.com>
Sat, 17 Nov 2018 00:29:20 +0000 (19:29 -0500)
committerBrian Freeman <bf1936@att.com>
Sat, 17 Nov 2018 00:29:30 +0000 (19:29 -0500)
Issue-ID: INT-601
Change-Id: Iea16299c533f05912bdb6d0b8778fee66e775e73
Signed-off-by: Brian Freeman <bf1936@att.com>
robot/assets/templates/asdc/catalog_net_input_properties.template [new file with mode: 0644]

diff --git a/robot/assets/templates/asdc/catalog_net_input_properties.template b/robot/assets/templates/asdc/catalog_net_input_properties.template
new file mode 100644 (file)
index 0000000..852bb5d
--- /dev/null
@@ -0,0 +1,39 @@
+[
+{
+        "uniqueId": "${uniqueId}",
+        "type": "string",
+        "required": false,
+        "definition": false,
+        "description": "${description}",
+        "schema": {
+          "property": {
+            "required": false,
+            "definition": true,
+            "password": false,
+            "hidden": false,
+            "immutable": false,
+            "getInputProperty": false,
+            "empty": false
+          },
+          "empty": false
+        },
+        "password": false,
+        "name": "${name}",
+        "value": "${value}",
+        "hidden": false,
+        "immutable": false,
+        "parentUniqueId": "${parentUniqueId}",
+        "schemaProperty": {
+          "required": false,
+          "definition": true,
+          "password": false,
+          "hidden": false,
+          "immutable": false,
+          "getInputProperty": false,
+          "empty": false
+        },
+        "getInputProperty": false,
+        "ownerId": "${ownerId}",
+        "empty": false
+      }
+]