mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-05 06:04:32 +00:00
12 lines
282 B
JSON
12 lines
282 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"
|
||
|
}
|
||
|
}
|
||
|
}
|