User: ciuser1 clicked save for execute-procure-to-pay/cc-invoice-approval-process/Submit-the-invoice_JSONSchema.json

This commit is contained in:
staging 2022-10-13 15:51:38 +00:00
parent f466fea605
commit 6b89440727
1 changed files with 10 additions and 1 deletions

View File

@ -45,6 +45,15 @@
"invoice.dueDate": {
"type": "string",
"title": "Due Date"
}
},
"title": "Files",
"type": "object",
"properties": {
"file": {
"type": "string",
"format": "data-url",
"title": "Single file"
}
}
}
}