mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 05:08:11 +00:00
User: alex clicked save for shared/enumerations/enumeration-JSONSchema.json
This commit is contained in:
parent
cdf1942943
commit
5a9a7025f8
@ -1,19 +1,19 @@
|
||||
{
|
||||
"title": "Currencies",
|
||||
"description": "Currencies to display in the Submit Invoice dropdown",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"value",
|
||||
"label"
|
||||
],
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string",
|
||||
"title": "Abbreviated code, this will be stored"
|
||||
},
|
||||
"label": {
|
||||
"type": "string",
|
||||
"title": "Full name which will be diplayed in dropdown"
|
||||
}
|
||||
}
|
||||
"title": "Currencies",
|
||||
"description": "Currencies to display in the Submit Invoice dropdown",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"value",
|
||||
"label"
|
||||
],
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string",
|
||||
"title": "Abbreviated code, this will be stored"
|
||||
},
|
||||
"label": {
|
||||
"type": "string",
|
||||
"title": "Full name which will be diplayed in dropdown"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user