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