diff --git a/README.md b/README.md index c3b0aa2..5a41154 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ JSON-like diagnostic profile message record for time series, with (bogus) exampl "age":"55" // age, integer as string, optional "sex":"m" // sex, string, "f" = female, "m" = male, optional "infectuous_proximity":"0" // infectuous proximity warning flag, boolean value, default = "0", as string, optional - "self-diag-has_fever": "1" // symptom, fever, boolean, as string, optional + "self-diag-has_fever":"1" // symptom, fever, boolean, as string, optional "self-diag-body-temp-scale":"C" // temperature scale, "C" = Celsius, "F" = Fahrenheit, as string, optional "self-diag-body-temp":"38.9" // body temperature, float, as string, optional - "self-diag-oxy-level: "96" // oxygen level percentage, integer, as string, optional + "self-diag-oxy-level:"96" // oxygen level percentage, integer, as string, optional "self-diag-cough-sound-AI-result: "74" // cough-sound-AI-correspondance percentage, integer, as string, optional "self-diag-has-dry-cough":"0" // symptom, dry cough, boolean value, default = "0" as string, optional "self-diag-has-freq-sneezing":"0" // symptom, frequent sneezing, boolean value, default = "0" as string, optional