mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-22 18:48:15 +00:00
User: dan@sartography.com clicked save for examples/0-2-basic-example/norris-schema.json
This commit is contained in:
parent
1bf0129a73
commit
afe7d21858
@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user