mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 21:28:05 +00:00
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"title": "Currencies",
|
|
"description": "Currencies to display in the Submit Invoice dropdown",
|
|
"type": "object",
|
|
"required": [
|
|
"value",
|
|
"label"
|
|
],
|
|
"properties": {
|
|
"value": {
|
|
"type": "string",
|
|
"title": "Three letter currency code"
|
|
},
|
|
"label": {
|
|
"type": "string",
|
|
"title": "Currency full name"
|
|
}
|
|
}
|
|
} |