Skip to content

Update the 'image' property description #103

Merged
merged 1 commit into from Sep 10, 2014

3 participants

@dbs
dbs commented Aug 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]

@scor 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 &lt;a href=&quot;http://schema.org/URL&quot;&gt;URL&lt;/a&gt; or a fully described &lt;a href=&quot;http://schema.org/ImageObject&quot;&gt;ImageObject&lt;/a&gt;.</span>
@scor
scor added a note Aug 20, 2014

This can be a.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
@dbs dbs Update the 'image' property description
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]>
90c8085
@dbs
dbs commented Aug 20, 2014

Right you are, @scor -- thanks for the missing verb! Updated.

@danbri
danbri commented Sep 3, 2014

Thanks. Did you mean that it fixes #100 ?

(#100 not #99)

@danbri danbri merged commit 8cb080a into schemaorg:master Sep 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.