mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 03:18:07 +00:00
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"title": "Enter Name",
|
|
"description": "Please enter your name.",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"title": "Name"
|
|
}
|
|
},
|
|
"required": []
|
|
} |