Resource: ClaimReviewMarkupPage
Holds one or more instances of ClaimReview
markup for a webpage.
JSON representation |
---|
{ "name": string, "pageUrl": string, "publishDate": string, "claimReviewAuthor": { object ( |
Fields | |
---|---|
name |
The name of this |
pageUrl |
The URL of the page associated with this |
publishDate |
The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and each |
claimReviewAuthor |
Info about the author of this claim review. Similar to the above, semantically these are page-level fields, and each |
claimReviewMarkups[] |
A list of individual claim reviews for this page. Each item in the list corresponds to one |
versionId |
The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user. |
ClaimReviewAuthor
Information about the claim review author.
JSON representation |
---|
{ "name": string, "imageUrl": string } |
Fields | |
---|---|
name |
Name of the organization that is publishing the fact check. |
imageUrl |
Corresponds to |
ClaimReviewMarkup
Fields for an individual ClaimReview
element. Except for sub-messages that group fields together, each of these fields correspond those in https://schema.org/ClaimReview. We list the precise mapping for each field.
JSON representation |
---|
{ "url": string, "claimReviewed": string, "claimDate": string, "claimLocation": string, "claimFirstAppearance": string, "claimAppearances": [ string ], "claimAuthor": { object ( |
Fields | |
---|---|
url |
This field is optional, and will default to the page URL. We provide this field to allow you the override the default value, but the only permitted override is the page URL plus an optional anchor link ("page jump"). |
claimReviewed |
A short summary of the claim being evaluated. |
claimDate |
The date when the claim was made or entered public discourse. |
claimLocation |
The location where this claim was made. |
claimFirstAppearance |
A link to a work in which this claim first appears. |
claimAppearances[] |
A list of links to works in which this claim appears, aside from the one specified in |
claimAuthor |
Info about the author of this claim. |
rating |
Info about the rating of this claim review. |
ClaimAuthor
Information about the claim author.
JSON representation |
---|
{ "name": string, "jobTitle": string, "imageUrl": string, "sameAs": string } |
Fields | |
---|---|
name |
A person or organization stating the claim. For instance, "John Doe". |
jobTitle |
Corresponds to |
imageUrl |
Corresponds to |
sameAs |
Corresponds to |
ClaimRating
Information about the claim rating.
JSON representation |
---|
{ "textualRating": string, "ratingValue": integer, "worstRating": integer, "bestRating": integer, "ratingExplanation": string, "imageUrl": string } |
Fields | |
---|---|
textualRating |
The truthfulness rating as a human-readible short word or phrase. |
ratingValue |
A numeric rating of this claim, in the range worstRating — bestRating inclusive. |
worstRating |
For numeric ratings, the worst value possible in the scale from worst to best. |
bestRating |
For numeric ratings, the best value possible in the scale from worst to best. |
ratingExplanation |
Corresponds to |
imageUrl |
Corresponds to |
Methods |
|
---|---|
|
Create ClaimReview markup on a page. |
|
Delete all ClaimReview markup on a page. |
|
Get all ClaimReview markup on a page. |
|
List the ClaimReview markup pages for a specific URL or for an organization. |
|
Update for all Note that this is a full update. |