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 b8694370..a3592599 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 @@ -1,6 +1,6 @@ { "title": "Select your favorite version of Gatoraide", - "description": "This provides a dropdown list based on data in the gatoraide_flavors ", + "description": "This provides a dropdown list based on data in the gatoraide_flavors.json file", "type": "object", "properties": { "favoriteFruit": {