User: alex clicked save for shared/enumerations/enumeration-JSONSchema.json

This commit is contained in:
demo 2022-10-20 17:53:17 +00:00
parent cdf1942943
commit 5a9a7025f8

View File

@ -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"
}
}
}