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

This commit is contained in:
demo 2022-10-20 17:52:11 +00:00
parent 3a336ac8cb
commit cdf1942943

View File

@ -9,11 +9,11 @@
"properties": {
"value": {
"type": "string",
"title": "Three letter currency code"
"title": "Abbreviated code, this will be stored"
},
"label": {
"type": "string",
"title": "Currency full name"
"title": "Full name which will be diplayed in dropdown"
}
}
}