From 84bf9a192e4746e480274d09b85ed7c88967308e Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Thu, 5 Oct 2023 15:44:46 +0000 Subject: [PATCH] User: dan@sartography.com clicked save for examples/0-2-basic-example/norris-schema.json --- examples/0-2-basic-example/norris-schema.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/examples/0-2-basic-example/norris-schema.json b/examples/0-2-basic-example/norris-schema.json index 551114a9..36cff2ca 100644 --- a/examples/0-2-basic-example/norris-schema.json +++ b/examples/0-2-basic-example/norris-schema.json @@ -1,6 +1,6 @@ { - "title": "Password", - "description": "A password field, with a min length of 3 and a help tip", + "title": "Auto Complete", + "description": "Connect a field to a data store to auto-complete entered values.", "type": "object", "required": [ "firstName", @@ -75,6 +75,11 @@ "type": "string", "title": "Password", "minLength": 3 + }, + "city": { + "type": "string", + "format": "date", + "title": "Select a city" } } } \ No newline at end of file