mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
11 lines
281 B
JSON
11 lines
281 B
JSON
{
|
|
"title": "Information request, part deux",
|
|
"description": "Hey, {{incoming_request['firstName']}}. Thanks for telling us who you are. Just one more field.",
|
|
"type": "object",
|
|
"properties": {
|
|
"lastName": {
|
|
"type": "string",
|
|
"title": "Last name"
|
|
}
|
|
}
|
|
} |