Mark User2 and User3 as Optional

This commit is contained in:
lolouk44 2020-07-02 13:00:25 +01:00
parent 82da1fe899
commit afb3dccd94

View File

@ -60,15 +60,15 @@
"USER1_HEIGHT": "int", "USER1_HEIGHT": "int",
"USER1_DOB": "str", "USER1_DOB": "str",
"USER2_LT": "int", "USER2_LT": "int?",
"USER2_SEX": "str", "USER2_SEX": "str?",
"USER2_NAME": "str", "USER2_NAME": "str?",
"USER2_HEIGHT": "int", "USER2_HEIGHT": "int?",
"USER2_DOB": "str", "USER2_DOB": "str?",
"USER3_SEX": "str", "USER3_SEX": "str?",
"USER3_NAME": "str", "USER3_NAME": "str?",
"USER3_HEIGHT": "int", "USER3_HEIGHT": "int?",
"USER3_DOB": "str" "USER3_DOB": "str?"
} }
} }