mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
14 lines
212 B
JSON
14 lines
212 B
JSON
{
|
|
"title": "Get Name form",
|
|
"description": "Form to gather Name.",
|
|
"type": "object",
|
|
"required": [
|
|
"name"
|
|
],
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"title": "Name"
|
|
}
|
|
}
|
|
} |