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