mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
15 lines
238 B
JSON
15 lines
238 B
JSON
|
{
|
||
|
"title": "Text Field",
|
||
|
"description": "Get Name",
|
||
|
"type": "object",
|
||
|
"required": [
|
||
|
"firstName"
|
||
|
],
|
||
|
"properties": {
|
||
|
"firstName": {
|
||
|
"type": "string",
|
||
|
"title": "First name",
|
||
|
"default": "Name"
|
||
|
}
|
||
|
}
|
||
|
}
|