diff --git a/examples/2-in-depth/data-stores/json-file-as-data-store/simple-form-schema.json b/examples/2-in-depth/data-stores/json-file-as-data-store/simple-form-schema.json index 8e1f3de2..0bb2f2b5 100644 --- a/examples/2-in-depth/data-stores/json-file-as-data-store/simple-form-schema.json +++ b/examples/2-in-depth/data-stores/json-file-as-data-store/simple-form-schema.json @@ -7,7 +7,7 @@ "title": "Select your favorite flavor of Gatoride", "type": "string", "anyOf": [ - "options_from_task_data_var:" + "options_from_task_data_var:gator_select" ] } }