mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
11 lines
301 B
JSON
11 lines
301 B
JSON
{
|
|
"title": "Text Field",
|
|
"description": "A simple text field that is required, has a default value, sets a placeholder, includes a description. (field name will be 'firstname')",
|
|
"properties": {
|
|
"firstname": {
|
|
"type": "string",
|
|
"title": "First name"
|
|
}
|
|
},
|
|
"required": []
|
|
} |