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