aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/sdc/catalog_net_input_properties.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'robot/assets/templates/sdc/catalog_net_input_properties.jinja')
-rw-r--r--robot/assets/templates/sdc/catalog_net_input_properties.jinja39
1 files changed, 39 insertions, 0 deletions
diff --git a/robot/assets/templates/sdc/catalog_net_input_properties.jinja b/robot/assets/templates/sdc/catalog_net_input_properties.jinja
new file mode 100644
index 00000000..be471591
--- /dev/null
+++ b/robot/assets/templates/sdc/catalog_net_input_properties.jinja
@@ -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
+ }
+] \ No newline at end of file