User: mike@sartography.com added process model file misc/mike/get-user-information/user_information_form.json

This commit is contained in:
sartography-automated-committer 2023-02-08 20:32:56 +00:00
parent 8d80bdf278
commit def5a2e695

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