User: dan@sartography.com clicked save for examples/0-2-basic-example/norris-schema.json

This commit is contained in:
sartography-automated-committer 2023-10-05 15:45:13 +00:00
parent 1bf0129a73
commit afe7d21858

View File

@ -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"
}
}
}