2024-07-15 10:51:00 -04:00

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