From 68d247ffeceaa2dc561946836937115547e6e10d Mon Sep 17 00:00:00 2001 From: SchulzeStTSI <67590336+SchulzeStTSI@users.noreply.github.com> Date: Wed, 16 Jun 2021 12:06:38 +0200 Subject: [PATCH] Update JsonSchema.kt (#33) --- .../java/dgca/verifier/app/decoder/JsonSchema.kt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/decoder/src/main/java/dgca/verifier/app/decoder/JsonSchema.kt b/decoder/src/main/java/dgca/verifier/app/decoder/JsonSchema.kt index 5049381..b9dba10 100644 --- a/decoder/src/main/java/dgca/verifier/app/decoder/JsonSchema.kt +++ b/decoder/src/main/java/dgca/verifier/app/decoder/JsonSchema.kt @@ -95,7 +95,7 @@ const val JSON_SCHEMA_V1 = "{\n" + " \"issuer\": {\n" + " \"description\": \"Certificate Issuer\",\n" + " \"type\": [\"null\", \"string\"],\n" + - " \"maxLength\": 50\n" + + " \"maxLength\": 80\n" + " },\n" + " \"person_name\": {\n" + " \"description\": \"Person name: Surname(s), given name(s) - in that order\",\n" + @@ -108,7 +108,7 @@ const val JSON_SCHEMA_V1 = "{\n" + " \"title\": \"Family name\",\n" + " \"description\": \"The family or primary name(s) of the person addressed in the certificate\",\n" + " \"type\": [\"null\", \"string\"],\n" + - " \"maxLength\": 50,\n" + + " \"maxLength\": 80,\n" + " \"examples\": [\n" + " \"d'Červenková Panklová\"\n" + " ]\n" + @@ -117,7 +117,7 @@ const val JSON_SCHEMA_V1 = "{\n" + " \"title\": \"Standardised family name\",\n" + " \"description\": \"The family name(s) of the person transliterated\",\n" + " \"type\": \"string\",\n" + - " \"maxLength\": 50,\n" + + " \"maxLength\": 80,\n" + " \"examples\": [\n" + " \"DCERVENKOVA