mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2025-01-04 02:51:54 +01:00
markdownlint fixes to event_registration.md
This commit is contained in:
parent
236c437e28
commit
a643992b6c
@ -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.
|
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
|
### 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:
|
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>
|
<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:
|
Examples:
|
||||||
|
|
||||||
```
|
```text
|
||||||
# upper-case for alphanumeric input mode + base32 encoding
|
# upper-case for alphanumeric input mode + base32 encoding
|
||||||
HTTPS://PRESENCE-TRACING.APP/386D0384-8AAA-41B6-93C2-D3399894D0EE/CWA1/BIPEY33...
|
HTTPS://PRESENCE-TRACING.APP/386D0384-8AAA-41B6-93C2-D3399894D0EE/CWA1/BIPEY33...
|
||||||
|-----------<URL>-----------|------------<VENDOR_DATA>-----------| |-<ENCODED_SIGNED_TRACE_LOCATION>-...|
|
|-----------<URL>-----------|------------<VENDOR_DATA>-----------| |-<ENCODED_SIGNED_TRACE_LOCATION>-...|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user