mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 16:38:56 +00:00
21 lines
348 B
JSON
21 lines
348 B
JSON
{
|
|
"title": "PRD Upload",
|
|
"description": "",
|
|
"type": "object",
|
|
"required": [
|
|
"prd_file"
|
|
],
|
|
"properties": {
|
|
"prd_file": {
|
|
"type": "string",
|
|
"title": "Upload your PRD File",
|
|
"default": "Chuck"
|
|
},
|
|
"signatures_required": {
|
|
"type": "number"
|
|
},
|
|
"department": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
} |