Update the 'image' property description #103
+1
−1
dbs
commented
Aug 20, 2014
data/schema.rdfa
| @@ -6473,7 +6473,7 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d | ||
| </div> | ||
| <div typeof="rdf:Property" resource="http://schema.org/image"> | ||
| <span class="h" property="rdfs:label">image</span> | ||
| - <span property="rdfs:comment">URL of an image of the item.</span> | ||
| + <span property="rdfs:comment">An image of the item. This can a <a href="http://schema.org/URL">URL</a> or a fully described <a href="http://schema.org/ImageObject">ImageObject</a>.</span> |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We now describe that the image property has a range of both URL and
ImageObject, allowing for more flexible usage of the property.
Fixes #99.
Signed-off-by: Dan Scott [email protected]