You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using dev-master instead of the released version (^5.0) fixes this, but I wish there were a way use this library with a released version rather than the dev version.
throws the following error:
Can't parse input object.: Unrecognized field "ageInfo" (class org.nameapi.ontology5.input.entities.person.NaturalInputPersonImpl), not marked as ignorable (11 known properties: "personName", "gender", "correspondenceLanguage", "nativeLanguages", "maritalStatus", "nationalities", "age", "religion", "addresses", "emailAddresses", "telNumbers"])
at [Source: (String)"{"inputPerson":{"type":"NaturalInputPerson","personName":{"nameFields":[{"string":"John F. Kennedy","fieldType":"FULLNAME"}]},"gender":null,"ageInfo":null,"maritalStatus":null,"nationalities":null,"nativeLanguages":null,"correspondenceLanguage":null,"religion":null,"addresses":null,"telNumbers":null,"emailAddresses":null},"context":{"priority":"REALTIME","place":"MX","textCase":null,"properties":[]}}"; line: 1, column: 324] (through reference chain: org.nameapi.ontology5.services.InputWithPerson["inputPerson"]->org.nameapi.ontology5.input.entities.person.NaturalInputPersonImpl["ageInfo"])
The text was updated successfully, but these errors were encountered: