Proposal: add the currency to the "income" field
Offen
enhancement
help wanted
- Vorherrschende Sprache
- Keine Sprachdaten
- Sterne
- 7
- Forks
- 2
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
this could be helpful for robots and websites handling the format to know what currency the JSONHire is talking about.
It could be a simple string field, with the currency I[SO 4217 Alpha Code](http://www.thefinancials.com/?SubSectionID=curformat) (in uppercase), such as:
```
currency: "USD"
```
for instance:
```
"income": {
"from": 100000,
"to": 120000,
"currency": "EUR"
}
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.