currency, settings.yaml and default currency

This commit is contained in:
Emi Vasilek 2023-11-17 21:36:26 +01:00
parent 21e68445e7
commit 3d49bc044d
5 changed files with 72 additions and 13 deletions

View file

@ -20,7 +20,8 @@
"properties": {
"price": { "type": "number" },
"amount": { "type": "integer" },
"unit": { "type": "string" }
"unit": { "type": "string" },
"currency": { "type": "string" }
}
}
},