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-11 13:05:23 +00:00
parent 4e2fe6eab2
commit 40bb40f608

View File

@ -1,56 +1,10 @@
{
"definitions": {
"currencyEnum": {
"title":"Currency"
"type": "string",
"anyOf": [{
"type": "string",
"title": "Australian Dollar (AUD)",
"enum": [
"AUD"
]
},
{
"type": "string",
"title": "Canadian Dollar (CAD)",
"enum": [
"CAD"
]
},
{
"type": "string",
"title": "Swiss Franc (CHF)",
"enum": [
"CHF"
]
},
{
"type": "string",
"title": "Euro (EUR)",
"enum": [
"EUR"
]
},
{
"type": "string",
"title": "Pound sterling (GBP)",
"enum": [
"GBP"
]
},
{
"type": "string",
"title": "Singapore Dollar (SGD)",
"enum": [
"SGD"
]
},
{
"type": "string",
"title": "US Dollar (USD)",
"enum": [
"USD"
]
}
"options_from_task_data_var:currency_enum_options"
]
}
},