mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 08:48:15 +00:00
24 lines
528 B
JSON
24 lines
528 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')",
|
|
"type": "object",
|
|
"required": [
|
|
"firstName",
|
|
"longest",
|
|
|
|
],
|
|
"properties": {
|
|
"flag_stars": {
|
|
"type": "string",
|
|
"title": "Flag Stars"
|
|
},
|
|
"longest": {
|
|
"type": "string",
|
|
"title": "Longest River"
|
|
}
|
|
"woman_novel": {
|
|
"type": "string",
|
|
"title": "Woman Nobel Winner"
|
|
}
|
|
}
|
|
} |