Skip to content
New issue

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

"headline" field is missing from Schema Person #43

Closed
c-malecki opened this issue Nov 27, 2024 · 1 comment · Fixed by #42
Closed

"headline" field is missing from Schema Person #43

c-malecki opened this issue Nov 27, 2024 · 1 comment · Fixed by #42

Comments

@c-malecki
Copy link

Describe the bug
The field "headline" is missing from the Person struct which prevents an API user from having access to the field

To Reproduce
Use the Person Enrichment API through Go library or check the Go documentation or schemas.go file to see the field is missing
https://github.com/peopledatalabs/peopledatalabs-go/blob/main/model/schemas.go
https://pkg.go.dev/github.com/peopledatalabs/peopledatalabs-go/v3@v3.2.0/model#Person

Expected behavior
The peopledatalabs client will unmarshal API responses into the Person struct with the inclusion of "headline"

Screenshots
N/A

Additional context
N/A

@vvillait88 vvillait88 linked a pull request Nov 30, 2024 that will close this issue
4 tasks
@vvillait88
Copy link
Contributor

@c-malecki We've updated the Person Schema to include headline now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants