sample-process-models/misc/qa/forms/single-file-upload-in-items-test/upload-expense-without-request-uischema.json
2024-07-15 10:51:00 -04:00

34 lines
851 B
JSON

{
"po_details": {
"core_contributor_legal": {
"ui:placeholder": "CC's legal name/entity name",
"ui:help": "Provide the full legal name"
},
"item": {
"items": {
"supporting_file": {
"ui:options": {
"accept": [
".csv",".log",".xml",".email",".eml",".emlx",".msg",".oft",".ost",".pst",".pdf",
".bmp",".gif",".ico",".jpeg",".heic",".png",".svg",".tiff",".key",".odp",".rtf",
".pps",".ppt",".pptx",".ods",".xls",".xlsm",".xlsx",".avi",".flv",".h264",
".m4v",".mkv",".mov",".mp4",".mpg",".mpeg",".wmv",".doc",".docx",".odt",".txt"
]
},
"ui:help": "Upload a photo of the receipt"
},
"ui:order": [
"merchant",
"supporting_file"
]
}
},
"ui:order": [
"core_contributor_legal",
"item"
]
},
"ui:submitButtonOptions": {
"submitText": "Next"
}
}