Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beat-murmann committed Apr 11, 2020
1 parent 8265201 commit 8632eaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,16 @@ JSON-like agent authorization record, with (bogus) 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
"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
"agent-url":"https://covidtracker.ch" // valid url, as string
"agent-org-fqdn": "covidtracker.ch" // valid org domain, as string
"agent-org-name": "Canton of Bern" // organization name, as string
"agent-org-spoc-usermail": "mailto:admin-at-covidtracker.ch" // valid mail uri, as string
"agent-org-spoc-password: "2207f568da6b4d1ba8a9cdebb18d5c79847a4fb23a41b27489a3c6d84aeab215" // sha-256 salted password hash, as string
"agent-org-fqdn":"covidtracker.ch" // valid org domain, as string
"agent-org-name":"Canton of Bern" // organization name, as string
"agent-org-spoc-usermail":"mailto:admin-at-covidtracker.ch" // valid mail uri, as string
"agent-org-spoc-password:"2207f568da6b4d1ba8a9cdebb18d5c79847a4fb23a41b27489a3c6d84aeab215" // sha-256 salted password hash, as string
"agent-org-spoc-tel-intl":"41123456789" // valid international phone number, as string
"agent-org-spoc-tel-ext":"12345" // internal extension, as string, optional
"agent-org-addr-line-1":"1234, Main Street" // address line 1, as string
Expand Down

0 comments on commit 8632eaa

Please sign in to comment.