mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
22 lines
649 B
JSON
22 lines
649 B
JSON
|
{
|
||
|
"properties": {
|
||
|
"supporting_files": {
|
||
|
"type": "array",
|
||
|
"title": "Supporting Files",
|
||
|
"description": "Add any relevant documents for this request (quotes, screenshots, service/product brief, etc.)",
|
||
|
"minItems": 0,
|
||
|
"items": {
|
||
|
"type": "object",
|
||
|
"title": "Add New File",
|
||
|
"properties": {
|
||
|
"supporting_file": {
|
||
|
"type": "string",
|
||
|
"title": " ",
|
||
|
"format": "data-url"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|