mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 05:38:06 +00:00
User: mike@sartography.com added process model file misc/mike/get-user-information/user_information_form.json
This commit is contained in:
parent
8d80bdf278
commit
def5a2e695
14
misc/mike/get-user-information/user_information_form.json
Normal file
14
misc/mike/get-user-information/user_information_form.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "User Information",
|
||||
"description": "A form to gather user information.",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"name"
|
||||
],
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"title": "Name"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user