Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 3.51 KB

personinput.md

File metadata and controls

14 lines (11 loc) · 3.51 KB

PersonInput

Fields

Field Type Required Description Example
first_name OptionalNullable[str] The first name of the person. Elon
last_name OptionalNullable[str] The last name of the person. Musk
middle_name OptionalNullable[str] Middle name of the person. D.
gender OptionalNullable[models.Gender] The gender represents the gender identity of a person. male
initials OptionalNullable[str] Initials of the person EM
birthday datetime Date of birth 2000-08-12
deceased_on datetime Date of death 2000-08-12