aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/sdc/catalog_allotted_properties.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'robot/assets/templates/sdc/catalog_allotted_properties.jinja')
-rw-r--r--robot/assets/templates/sdc/catalog_allotted_properties.jinja8
1 files changed, 4 insertions, 4 deletions
diff --git a/robot/assets/templates/sdc/catalog_allotted_properties.jinja b/robot/assets/templates/sdc/catalog_allotted_properties.jinja
index 1654c8f1..ebb5e811 100644
--- a/robot/assets/templates/sdc/catalog_allotted_properties.jinja
+++ b/robot/assets/templates/sdc/catalog_allotted_properties.jinja
@@ -9,7 +9,7 @@
"password": false,
"required": true,
"type": "string",
- "value": {{providing_service_invariant_uuid}},
+ "value": "{{providing_service_invariant_uuid}}",
"uniqueId": "{{uniqueId}}.providing_service_invariant_uuid"
},
{
@@ -23,7 +23,7 @@
"password": false,
"required": true,
"type": "string",
- "value": {{providing_service_uuid}},
+ "value": "{{providing_service_uuid}}",
"uniqueId": "{{uniqueId}}.providing_service_uuid"
},
{
@@ -37,7 +37,7 @@
"password": false,
"required": true,
"type": "string",
- "value": {{providing_service_name}},
+ "value": "{{providing_service_name}}",
"uniqueId": "{{uniqueId}}.providing_service_name"
}
-] \ No newline at end of file
+]