From 5d2926ef1e7b1055ed67a2b475d3658436f7d195 Mon Sep 17 00:00:00 2001 From: Dennis Neufeld Date: Tue, 10 Nov 2020 12:15:32 +0100 Subject: anastasis reducer fix --- anastasis.rst | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/anastasis.rst b/anastasis.rst index 2c145462..b68173d4 100644 --- a/anastasis.rst +++ b/anastasis.rst @@ -1149,9 +1149,9 @@ Arguments (example): "identity_attributes": { "full_name": "Max Musterman", "social_security_number": "123456789", - "birth_year": "2000", - "birth_month": "01", - "birth_day": "01" + "birth_year": 2000, + "birth_month": 1, + "birth_day": 1 } } @@ -1281,9 +1281,9 @@ Expected new state (backup process): "identity_attributes": { "full_name": "Max Musterman", "social_security_number": "123456789", - "birth_year": "2000", - "birth_month": "01", - "birth_day": "01" + "birth_year": 2000, + "birth_month": 1, + "birth_day": 1 } } @@ -1503,9 +1503,9 @@ Expected new state: "identity_attributes": { "full_name": "Max Musterman", "social_security_number": "123456789", - "birth_year": "2000", - "birth_month": "01", - "birth_day": "01" + "birth_year": 2000, + "birth_month": 1, + "birth_day": 1 }, "authentication_methods": [ { @@ -1717,9 +1717,9 @@ Expected new state: "identity_attributes": { "full_name": "Max Musterman", "social_security_number": "123456789", - "birth_year": "2000", - "birth_month": "01", - "birth_day": "01" + "birth_year": 2000, + "birth_month": 1, + "birth_day": 1 }, "authentication_methods": [ { @@ -1934,9 +1934,9 @@ Expected new state: "identity_attributes": { "full_name": "Max Musterman", "social_security_number": "123456789", - "birth_year": "2000", - "birth_month": "01", - "birth_day": "01" + "birth_year": 2000, + "birth_month": 1, + "birth_day": 1 }, "authentication_methods": [ { @@ -2197,9 +2197,9 @@ Expected new state: "identity_attributes": { "full_name": "Max Musterman", "social_security_number": "123456789", - "birth_year": "2000", - "birth_month": "01", - "birth_day": "01" + "birth_year": 2000, + "birth_month": 1, + "birth_day": 1 }, "authentication_methods": [ { @@ -2450,9 +2450,9 @@ Expected new state: "identity_attributes": { "full_name": "Max Musterman", "social_security_number": "123456789", - "birth_year": "2000", - "birth_month": "01", - "birth_day": "01" + "birth_year": 2000, + "birth_month": 1, + "birth_day": 1 }, "authentication_methods": [ { -- cgit v1.2.3