From 0bb9e9adfc3884e82d608c958457a410878a131d Mon Sep 17 00:00:00 2001 From: beat-murmann <35879361+beat-murmann@users.noreply.github.com> Date: Fri, 10 Apr 2020 21:21:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5ee312..9b923da 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An application programming interface (API) message specification for covid19 diagnostic data. Enables to re-connect all kinds of disparate third-party covid19 apps safely and securely, to exchange pseudonymous diagnostic profile data. Moreover, this message API specification defines also the messages allowing to officially authorize and authenticate a wide range of re-connected covid19 apps as trusted apps. This can be achieved by national and international official public health organizations such as e.g. the Swiss Federal Public Health Office or the World Health Organization. -The specified Covid19Clue API messages are in a JSON-like format, with comments and example data, thus cannot be used in code without modification - they serve for specification purposes only. For use in a large-scale messaging systems, they must be adapted. +The specified Covid19Clue API messages are in a JSON-like format, with comments and example data, thus cannot be used in code without modification - they serve for specification purposes only. For use in large-scale messaging systems, they must be adapted. Currently, no proper API implementation of Covid19Clue API messages exists (yet), but find some very brief API message end-point scenarios here, developed during the versusvirus.ch hackathon by our team: