File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}}",
You can’t perform that action at this time.
0 commit comments