-
Notifications
You must be signed in to change notification settings - Fork 851
thumbnail (ImageObject) missing in MediaObject #874
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
Comments
makes a lot of sense - should just be a case of deprecating thumbnailURL property and replacing it with the thumbnail property, no? |
I also vote for deprecating |
This issue is being tagged as Stale due to inactivity. |
I am looking to incorporate schema.org into our project and this issue is preventing us from doing so. Can this issue be re-opened to deprecate thumbnailUrl in place of thumbnail? |
This issue appears to be two-fold: Since 2 is more thoroughly discussed in issue #239 I recommend this issue focus on 1. |
The “consistency with the earlier thumbnailUrl” argument makes sense, as does the ability to have thumbnails expressed against arbitrary other objects without trying to enumerate them. Thanks, all! /cc @RichardWallis - Richard could you add to release notes? |
Done! |
MediaObject has a thumbnailUrl field but it lacks a full ImageObject thumbnail field that could be used for additional image information.
ImageObject and VideoObject do support a thumbnail already (which is confusing given that they also have a thumbnailUrl).
Can the thumbnailUrl be superseded by a thumbnail field that supports both a URL and an ImageObject? This is what's done already for http://schema.org/image
The text was updated successfully, but these errors were encountered: