2023-12-05 18:49:47 +00:00
|
|
|
{
|
2023-12-05 18:52:56 +00:00
|
|
|
"title": "PRD Upload",
|
2023-12-05 18:53:03 +00:00
|
|
|
"description": "",
|
2023-12-05 18:49:47 +00:00
|
|
|
"type": "object",
|
|
|
|
"required": [
|
2023-12-05 18:52:31 +00:00
|
|
|
"prd_file"
|
2023-12-05 18:49:47 +00:00
|
|
|
],
|
|
|
|
"properties": {
|
2023-12-05 18:52:03 +00:00
|
|
|
"prd_file": {
|
2023-12-05 18:52:15 +00:00
|
|
|
"type": "string",
|
2023-12-05 18:52:48 +00:00
|
|
|
"title": "Upload your PRD File",
|
2023-12-05 18:49:47 +00:00
|
|
|
"default": "Chuck"
|
2023-12-05 18:55:38 +00:00
|
|
|
},
|
2023-12-05 18:55:50 +00:00
|
|
|
"signatures_required": {
|
2023-12-05 18:56:01 +00:00
|
|
|
"type": "number"
|
2023-12-05 18:56:16 +00:00
|
|
|
},
|
2023-12-05 18:56:10 +00:00
|
|
|
"department": {
|
2023-12-05 18:56:24 +00:00
|
|
|
"type": "string"
|
2023-12-05 18:56:05 +00:00
|
|
|
}
|
2023-12-05 18:49:47 +00:00
|
|
|
}
|
|
|
|
}
|