From eccf390cb49ad6bca024b081b2e8413c0cc3e279 Mon Sep 17 00:00:00 2001 From: beat-murmann <35879361+beat-murmann@users.noreply.github.com> Date: Sat, 11 Apr 2020 10:02:53 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9670e6b..2215774 100644 --- a/README.md +++ b/README.md @@ -126,8 +126,8 @@ JSON-like agent authorization record, with data examples. JSON-like contact authorization record, with (bogus) example data. ``` "contact-authr": { - "contact":"4e8f2603-4591-4392-952f-bfbe86bd06eb" // agent contact, v4 RFC 4122 UUID e.g., see https://https://uuidgen.org/v/4, as string - "agent":"d303aea7-3604-46c5-84c9-ad2758fb2852" // agent, v4 RFC 4122 UUID e.g., see https://https://uuidgen.org/v/4, as string + "contact":"4e8f2603-4591-4392-952f-bfbe86bd06eb" // agent contact, v4 RFC 4122 UUID e.g., see https://https://uuidgen.org/v/4, as string + "agent":"d303aea7-3604-46c5-84c9-ad2758fb2852" // agent, v4 RFC 4122 UUID e.g., see https://https://uuidgen.org/v/4, as string "timestamp:"1586485642" // Authorization GMT time, unix UTC-timestamp, as string "tz":"+0100" // Authorization time zone, string concatenation of "+" or "-" with "hhmm" time format, excluding daylight saving time, as string "agent-name":"Covidtracker" // agent name, as string