summaryrefslogtreecommitdiff
path: root/contrib/redux.nl.json
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-27 15:57:07 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-27 15:57:07 +0100
commit18d7ebb1b74e81c5ccf750dda4cfe5c0c268f88d (patch)
tree90ffe7941bf0fc5d3d3c0d490b883e0d8a604630 /contrib/redux.nl.json
parentd79df04ba7ea596c308d8d0803d6b5948d7e1252 (diff)
downloadanastasis-18d7ebb1b74e81c5ccf750dda4cfe5c0c268f88d.tar.gz
anastasis-18d7ebb1b74e81c5ccf750dda4cfe5c0c268f88d.tar.bz2
anastasis-18d7ebb1b74e81c5ccf750dda4cfe5c0c268f88d.zip
add support for NL
Diffstat (limited to 'contrib/redux.nl.json')
-rw-r--r--contrib/redux.nl.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/contrib/redux.nl.json b/contrib/redux.nl.json
new file mode 100644
index 0000000..506c2d0
--- /dev/null
+++ b/contrib/redux.nl.json
@@ -0,0 +1,40 @@
+{
+ "license": "GPLv3+",
+ "SPDX-License-Identifier": "GPL3.0-or-later",
+ "required_attributes": [
+ {
+ "type": "string",
+ "name": "full_name",
+ "label": "Full name",
+ "widget": "anastasis_gtk_ia_full_name",
+ "uuid" : "9e8f463f-575f-42cb-85f3-759559997331"
+ },
+ {
+ "type": "date",
+ "name": "birthdate",
+ "label": "Birthdate",
+ "widget": "anastasis_gtk_ia_birthdate",
+ "uuid" : "83d655c7-bdb6-484d-904e-80c1058c8854"
+ },
+ {
+ "type": "string",
+ "name": "birthplace",
+ "label": "Birthplace",
+ "widget": "anastasis_gtk_ia_birthplace",
+ "uuid" : "4c822e8e-89c6-11eb-95c4-8b077ad8489f"
+ },
+ {
+ "type": "string",
+ "name": "social_security_number",
+ "label": "Citizen Service Number",
+ "label_i18n":{
+ "nl_NL": "Burgerservicenummer (BSN)",
+ "en": "Citizen Service Number"
+ },
+ "widget": "anastasis_gtk_ia_ssn_nl",
+ "uuid": "b6bf1f14-1f85-4afb-af21-f54b88490bdc",
+ "validation-regex": "^[1-9][0-9]{8}$",
+ "validation-logic": "NL_BSN_check"
+ }
+ ]
+}