From afe7d21858b5c886e6d54ed28d3e40adf7b04177 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Thu, 5 Oct 2023 15:45:13 +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 | 32 +------------------ 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/examples/0-2-basic-example/norris-schema.json b/examples/0-2-basic-example/norris-schema.json index 36cff2ca..bfc2e35b 100644 --- a/examples/0-2-basic-example/norris-schema.json +++ b/examples/0-2-basic-example/norris-schema.json @@ -50,36 +50,6 @@ } ] }, - "firstName": { - "type": "string", - "title": "First name", - "default": "Chuck" - }, - "bio": { - "type": "string", - "title": "Bio" - }, - "done": { - "type": "boolean", - "title": "Done?", - "default": false - }, - "favoriteFruit": { - "title": "Select your favorite fruit", - "type": "string", - "anyOf": [ - "options_from_task_data_var:fruits" - ] - }, - "password": { - "type": "string", - "title": "Password", - "minLength": 3 - }, - "city": { - "type": "string", - "format": "date", - "title": "Select a city" - } + } } \ No newline at end of file