mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
20 lines
269 B
JSON
20 lines
269 B
JSON
|
{
|
||
|
"definitions": {},
|
||
|
"type": "object",
|
||
|
"required": [
|
||
|
"filesAccept"
|
||
|
],
|
||
|
"properties": {
|
||
|
"invoice": {
|
||
|
"type": "object",
|
||
|
"required": [],
|
||
|
"title": "File Upload",
|
||
|
"properties": {}
|
||
|
},
|
||
|
"filesAccept": {
|
||
|
"type": "string",
|
||
|
"format": "data-url",
|
||
|
"title": "Upload Invoice PDF"
|
||
|
}
|
||
|
}
|
||
|
}
|