bundesAPI / nina-api

Erhalten Sie wichtige Warnmeldungen des Bevölkerungsschutzes für Gefahrenlagen wie zum Beispiel Gefahrstoffausbreitung oder Unwetter per Programmierschnittstelle.
https://nina.api.bund.dev/
81 stars 5 forks source link

wrapped example values in quotation marks #10

Closed wirthual closed 3 years ago

wirthual commented 3 years ago

To clearly identify them as string and not integer to avoid misinterpretation.

Currently value can be interpreted as int which leads to ags = "9.162E+10" in the generation process.

Ref.: https://stackoverflow.com/questions/19109912/yaml-do-i-need-quotes-for-strings-in-yaml