-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Missing jobTitle on Person #423
Comments
If it exists in Schema.NET.Pending then it is a |
Got it. The confusing thing for me is that it was present in previous versions of the library and now disappeared which breaks our code using the property. So was there a change in how pending properties are handled in Schema.NET? |
Not that I'm aware of. The change can also come from schema.org itself sometimes as they are constantly changing schemas. You can always use the Pending package to workaround the issue temporarily. |
There may have been an issue where pending properties (in some cases) were included but not pending types (or properties that depended on those types). That would have been a little while back though... |
Hello, Would be good to understand a little bit more on pending properties as I know the page says pending but the pr it links to says it was released in 3.7 |
Are there any updates on this please? It's been in schema.org for over a year now, it seems and it would be great to have this available. |
So the main thing with this issue as far as I could tell was that the schema.org JSON-LD file we parse to generate the library didn't have Regarding pending properties - anything marked in blue on the schema.org site (like how In the latest release of Schema.NET.Pending (v13.0.0), I do see the |
Describe the bug
JobTitle property is missing on Person ( https://schema.org/jobTitle ). It was present in version 8, but disappeared in verison 9. I did not find any reason why it's missing now.
Steps to reproduce
Look for Person.JobTitle
Expected behaviour
JobTitle exists on class Person
Schema objects
https://schema.org/Person
https://schema.org/jobTitle
The text was updated successfully, but these errors were encountered: