mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 13:48:10 +00:00
15 lines
241 B
JSON
15 lines
241 B
JSON
{
|
|
"title": "My Form",
|
|
"description": "",
|
|
"properties": {
|
|
"last_name": {
|
|
"type": "string",
|
|
"title": "Last Name"
|
|
},
|
|
"first_name": {
|
|
"type": "string",
|
|
"title": "First Name"
|
|
}
|
|
},
|
|
"required": []
|
|
} |