Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Update the 'image' property description #103
+1
−1
Conversation
scor
commented on an outdated diff
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> |
|
|
|
Right you are, @scor -- thanks for the missing verb! Updated. |
|
Thanks. Did you mean that it fixes rvguha#100 ? |
danbri
added a commit
that referenced
this pull request
Sep 10, 2014
|
|
danbri |
8cb080a
|
danbri
merged commit 8cb080a
into
schemaorg:master
Sep 10, 2014
This was referenced Dec 22, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dbs commentedAug 20, 2014
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]