mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 11:08:08 +00:00
15 lines
374 B
JSON
15 lines
374 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": [
|
|
"prd_file"
|
|
],
|
|
"properties": {
|
|
"prd_file": {
|
|
"type": "string",
|
|
"title": "Upload your PRD File",
|
|
"default": "Chuck"
|
|
}
|
|
}
|
|
} |