We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was looking at the Basic Person Schema just now, and noticed the following on the Name object:
not
Is that what you intended?
Also, by the table, title, salutation, and nameFromDate are also required. Should all these be optional?
title
salutation
nameFromDate
Thanks, -Ian
The text was updated successfully, but these errors were encountered:
Hi @ianhamilton87 Thanks for the question.
Yes. We marked very few names as mandatory, the reasons for these ones in particular are:
We have corrected title and salutation to be optional now, thanks for the input!
The nameFromDate and nameToDate are also optional in the updated version.
nameToDate
Sorry, something went wrong.
No branches or pull requests
I was looking at the Basic Person Schema just now, and noticed the following on the Name object:
not
marked as optionalIs that what you intended?
Also, by the table,
title
,salutation
, andnameFromDate
are also required. Should all these be optional?Thanks,
-Ian
The text was updated successfully, but these errors were encountered: