Skip to content

Commit 928fd9f

Browse files
committed
Updated example to use mediaItemAppearance #2450
1 parent 9259243 commit 928fd9f

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
TYPES: #eg-0 MediaReview
2+
3+
PRE-MARKUP:
4+
5+
Example of MediaReview vocabulary usage.
6+
7+
MICRODATA:
8+
9+
N/A
10+
11+
RDFA:
12+
13+
N/A
14+
15+
JSON:
16+
17+
<script type="application/ld+json">
18+
{
19+
"@context":"https://schema.org",
20+
"@type":"MediaReview",
21+
"datePublished":"2021-04-27",
22+
"url":"https://www.politifact.com/factchecks/2021/apr/27/instagram-posts/mariah-carey-didnt-fake-getting-her-covid-19-vacci/",
23+
"author":{
24+
"@type":"Organization",
25+
"name":"PolitiFact",
26+
"url": "https://politifact.com"
27+
},
28+
"mediaAuthenticityCategory":"DecontexualizedContent",
29+
"originalMediaContextDescription":"Singer Mariah Carey shared a video of herself receiving a COVID-19 vaccination.",
30+
"itemReviewed":{
31+
"@type":"MediaReviewItem",
32+
"creator":{
33+
"@type":"Person",
34+
"name":"Instagram user",
35+
"url":"https://www.instagram.com/wrong_saloon_bear/?hl=en"
36+
},
37+
"interpretedAsClaim":{
38+
"@type":"Claim",
39+
"description": "Mariah Carey faked getting her COVID-19 vaccine because the needle can’t be seen coming out of her arm."
40+
},
41+
"mediaItemAppearance":[
42+
{
43+
"@type":"VideoObjectSnapshot",
44+
"description": "An Instagram user posted a zoomed-in version of a video of Mariah Carey receiving a COVID vaccination, writing ‘It’s all a scam, don’t celebrate celebrities.’"
45+
},
46+
{
47+
"@type":"VideoObjectSnapshot",
48+
"accessedOnUrl":"https://www.instagram.com/p/CNtao_WA0Dr/",
49+
"contentUrl":"https://www.instagram.com/p/CNtao_WA0Dr/",
50+
"archivedAt":"https://archive.is/EXAMPLE"
51+
}
52+
]
53+
}
54+
}
55+
56+
</script>

0 commit comments

Comments
 (0)