1
0
mirror of https://github.com/corona-warn-app/cwa-documentation synced 2024-05-30 21:28:02 +02:00

Merge pull request #557 from MikeMcC399/markdownlint-event_registration

markdownlint fixes to event_registration.md
This commit is contained in:
Thomas Augsten 2021-03-17 10:09:35 +01:00 committed by GitHub
commit da907240dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,12 +118,11 @@ HTTPS://E.CORONAWARN.APP/C1/BIPEY33...
The base32 encoding allows to leverage the input mode _alphanumeric_ when generating the QR code and produces a QR code with a lower density compared to base64 encoding.
### Interoperability with Other Contact Tracing Apps DRAFT
Other contact tracing apps that leverage QR code for Presence Tracing can integrate with CWA by creating QR codes according to the following pattern:
```
```text
<URL>/<VENDOR_DATA>/CWA1/<ENCODED_SIGNED_TRACE_LOCATION>
```
@ -139,7 +138,7 @@ To optimize the readability and reduce density of the QR code, CWA recommends to
Examples:
```
```text
# upper-case for alphanumeric input mode + base32 encoding
HTTPS://PRESENCE-TRACING.APP/386D0384-8AAA-41B6-93C2-D3399894D0EE/CWA1/BIPEY33...
|-----------<URL>-----------|------------<VENDOR_DATA>-----------| |-<ENCODED_SIGNED_TRACE_LOCATION>-...|