18 lines
298 B
JSON
Raw Normal View History

{
"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"
}
}
}