Skip to content

Commit 02d17a2

Browse files
author
Tom Reitz
committed
update comments/examples
1 parent c82e19e commit 02d17a2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lightbeam/create.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def create_jsont(self, endpoint):
7474
# "property_float": 1.0,
7575
# "property_string": "string",
7676
# "property_date": "date",
77+
# "property_string_optional": "string",
7778
# "property_descriptor": "uri://ed-fi.org/SomeDescriptor#SomeValue",
7879
# "property_object": {
7980
# "property_object_1": "string",
@@ -94,6 +95,9 @@ def create_jsont(self, endpoint):
9495
# "property_float": {{property_float}},
9596
# "property_string": "{{property_string}}",
9697
# "property_date": "{{property_date}}",
98+
# {% if property_string_optional %}
99+
# "property_string_optional": "{{property_string_optional}}",
100+
# {% endif %}
97101
# "property_descriptor": "uri://ed-fi.org/SomeDescriptor#{{property_descriptor}}",
98102
# "property_object": {
99103
# "property_object_1": "{{property_object_1}}",

0 commit comments

Comments
 (0)