1<html><body> 2<style> 3 4body, h1, h2, h3, div, span, p, pre, a { 5 margin: 0; 6 padding: 0; 7 border: 0; 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 13} 14 15body { 16 font-size: 13px; 17 padding: 1em; 18} 19 20h1 { 21 font-size: 26px; 22 margin-bottom: 1em; 23} 24 25h2 { 26 font-size: 24px; 27 margin-bottom: 1em; 28} 29 30h3 { 31 font-size: 20px; 32 margin-bottom: 1em; 33 margin-top: 1em; 34} 35 36pre, code { 37 line-height: 1.5; 38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; 39} 40 41pre { 42 margin-top: 0.5em; 43} 44 45h1, h2, h3, p { 46 font-family: Arial, sans serif; 47} 48 49h1, h2, h3 { 50 border-bottom: solid #CCC 1px; 51} 52 53.toc_element { 54 margin-top: 0.5em; 55} 56 57.firstline { 58 margin-left: 2 em; 59} 60 61.method { 62 margin-top: 1em; 63 border: solid 1px #CCC; 64 padding: 1em; 65 background: #EEE; 66} 67 68.details { 69 font-weight: bold; 70 font-size: 14px; 71} 72 73</style> 74 75<h1><a href="factchecktools_v1alpha1.html">Fact Check Tools API</a> . <a href="factchecktools_v1alpha1.pages.html">pages</a></h1> 76<h2>Instance Methods</h2> 77<p class="toc_element"> 78 <code><a href="#close">close()</a></code></p> 79<p class="firstline">Close httplib2 connections.</p> 80<p class="toc_element"> 81 <code><a href="#create">create(body=None, x__xgafv=None)</a></code></p> 82<p class="firstline">Create `ClaimReview` markup on a page.</p> 83<p class="toc_element"> 84 <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p> 85<p class="firstline">Delete all `ClaimReview` markup on a page.</p> 86<p class="toc_element"> 87 <code><a href="#get">get(name, x__xgafv=None)</a></code></p> 88<p class="firstline">Get all `ClaimReview` markup on a page.</p> 89<p class="toc_element"> 90 <code><a href="#list">list(offset=None, organization=None, pageSize=None, pageToken=None, url=None, x__xgafv=None)</a></code></p> 91<p class="firstline">List the `ClaimReview` markup pages for a specific URL or for an organization.</p> 92<p class="toc_element"> 93 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> 94<p class="firstline">Retrieves the next page of results.</p> 95<p class="toc_element"> 96 <code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p> 97<p class="firstline">Update for all `ClaimReview` markup on a page Note that this is a full update. To retain the existing `ClaimReview` markup on a page, first perform a Get operation, then modify the returned markup, and finally call Update with the entire `ClaimReview` markup as the body.</p> 98<h3>Method Details</h3> 99<div class="method"> 100 <code class="details" id="close">close()</code> 101 <pre>Close httplib2 connections.</pre> 102</div> 103 104<div class="method"> 105 <code class="details" id="create">create(body=None, x__xgafv=None)</code> 106 <pre>Create `ClaimReview` markup on a page. 107 108Args: 109 body: object, The request body. 110 The object takes the form of: 111 112{ # Holds one or more instances of `ClaimReview` markup for a webpage. 113 "claimReviewAuthor": { # Information about the claim review author. # Info about the author of this claim review. Similar to the above, semantically these are page-level fields, and each `ClaimReview` on this page will contain the same values. 114 "imageUrl": "A String", # Corresponds to `ClaimReview.author.image`. 115 "name": "A String", # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`. 116 }, 117 "claimReviewMarkups": [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element. 118 { # 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. 119 "claimAppearances": [ # A list of links to works in which this claim appears, aside from the one specified in `claim_first_appearance`. Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`. 120 "A String", 121 ], 122 "claimAuthor": { # Information about the claim author. # Info about the author of this claim. 123 "imageUrl": "A String", # Corresponds to `ClaimReview.itemReviewed.author.image`. 124 "jobTitle": "A String", # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`. 125 "name": "A String", # A person or organization stating the claim. For instance, "John Doe". Corresponds to `ClaimReview.itemReviewed.author.name`. 126 "sameAs": "A String", # Corresponds to `ClaimReview.itemReviewed.author.sameAs`. 127 }, 128 "claimDate": "A String", # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`. 129 "claimFirstAppearance": "A String", # A link to a work in which this claim first appears. Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`. 130 "claimLocation": "A String", # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`. 131 "claimReviewed": "A String", # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`. 132 "rating": { # Information about the claim rating. # Info about the rating of this claim review. 133 "bestRating": 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`. 134 "imageUrl": "A String", # Corresponds to `ClaimReview.reviewRating.image`. 135 "ratingExplanation": "A String", # Corresponds to `ClaimReview.reviewRating.ratingExplanation`. 136 "ratingValue": 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`. 137 "textualRating": "A String", # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`. 138 "worstRating": 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`. 139 }, 140 "url": "A String", # 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"). Corresponds to `ClaimReview.url` 141 }, 142 ], 143 "name": "A String", # The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user. 144 "pageUrl": "A String", # The URL of the page associated with this `ClaimReview` markup. While every individual `ClaimReview` has its own URL field, semantically this is a page-level field, and each `ClaimReview` on this page will use this value unless individually overridden. Corresponds to `ClaimReview.url` 145 "publishDate": "A String", # The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and each `ClaimReview` on this page will contain the same value. Corresponds to `ClaimReview.datePublished` 146 "versionId": "A String", # The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user. 147} 148 149 x__xgafv: string, V1 error format. 150 Allowed values 151 1 - v1 error format 152 2 - v2 error format 153 154Returns: 155 An object of the form: 156 157 { # Holds one or more instances of `ClaimReview` markup for a webpage. 158 "claimReviewAuthor": { # Information about the claim review author. # Info about the author of this claim review. Similar to the above, semantically these are page-level fields, and each `ClaimReview` on this page will contain the same values. 159 "imageUrl": "A String", # Corresponds to `ClaimReview.author.image`. 160 "name": "A String", # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`. 161 }, 162 "claimReviewMarkups": [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element. 163 { # 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. 164 "claimAppearances": [ # A list of links to works in which this claim appears, aside from the one specified in `claim_first_appearance`. Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`. 165 "A String", 166 ], 167 "claimAuthor": { # Information about the claim author. # Info about the author of this claim. 168 "imageUrl": "A String", # Corresponds to `ClaimReview.itemReviewed.author.image`. 169 "jobTitle": "A String", # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`. 170 "name": "A String", # A person or organization stating the claim. For instance, "John Doe". Corresponds to `ClaimReview.itemReviewed.author.name`. 171 "sameAs": "A String", # Corresponds to `ClaimReview.itemReviewed.author.sameAs`. 172 }, 173 "claimDate": "A String", # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`. 174 "claimFirstAppearance": "A String", # A link to a work in which this claim first appears. Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`. 175 "claimLocation": "A String", # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`. 176 "claimReviewed": "A String", # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`. 177 "rating": { # Information about the claim rating. # Info about the rating of this claim review. 178 "bestRating": 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`. 179 "imageUrl": "A String", # Corresponds to `ClaimReview.reviewRating.image`. 180 "ratingExplanation": "A String", # Corresponds to `ClaimReview.reviewRating.ratingExplanation`. 181 "ratingValue": 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`. 182 "textualRating": "A String", # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`. 183 "worstRating": 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`. 184 }, 185 "url": "A String", # 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"). Corresponds to `ClaimReview.url` 186 }, 187 ], 188 "name": "A String", # The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user. 189 "pageUrl": "A String", # The URL of the page associated with this `ClaimReview` markup. While every individual `ClaimReview` has its own URL field, semantically this is a page-level field, and each `ClaimReview` on this page will use this value unless individually overridden. Corresponds to `ClaimReview.url` 190 "publishDate": "A String", # The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and each `ClaimReview` on this page will contain the same value. Corresponds to `ClaimReview.datePublished` 191 "versionId": "A String", # The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user. 192}</pre> 193</div> 194 195<div class="method"> 196 <code class="details" id="delete">delete(name, x__xgafv=None)</code> 197 <pre>Delete all `ClaimReview` markup on a page. 198 199Args: 200 name: string, The name of the resource to delete, in the form of `pages/{page_id}`. (required) 201 x__xgafv: string, V1 error format. 202 Allowed values 203 1 - v1 error format 204 2 - v2 error format 205 206Returns: 207 An object of the form: 208 209 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`. 210}</pre> 211</div> 212 213<div class="method"> 214 <code class="details" id="get">get(name, x__xgafv=None)</code> 215 <pre>Get all `ClaimReview` markup on a page. 216 217Args: 218 name: string, The name of the resource to get, in the form of `pages/{page_id}`. (required) 219 x__xgafv: string, V1 error format. 220 Allowed values 221 1 - v1 error format 222 2 - v2 error format 223 224Returns: 225 An object of the form: 226 227 { # Holds one or more instances of `ClaimReview` markup for a webpage. 228 "claimReviewAuthor": { # Information about the claim review author. # Info about the author of this claim review. Similar to the above, semantically these are page-level fields, and each `ClaimReview` on this page will contain the same values. 229 "imageUrl": "A String", # Corresponds to `ClaimReview.author.image`. 230 "name": "A String", # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`. 231 }, 232 "claimReviewMarkups": [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element. 233 { # 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. 234 "claimAppearances": [ # A list of links to works in which this claim appears, aside from the one specified in `claim_first_appearance`. Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`. 235 "A String", 236 ], 237 "claimAuthor": { # Information about the claim author. # Info about the author of this claim. 238 "imageUrl": "A String", # Corresponds to `ClaimReview.itemReviewed.author.image`. 239 "jobTitle": "A String", # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`. 240 "name": "A String", # A person or organization stating the claim. For instance, "John Doe". Corresponds to `ClaimReview.itemReviewed.author.name`. 241 "sameAs": "A String", # Corresponds to `ClaimReview.itemReviewed.author.sameAs`. 242 }, 243 "claimDate": "A String", # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`. 244 "claimFirstAppearance": "A String", # A link to a work in which this claim first appears. Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`. 245 "claimLocation": "A String", # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`. 246 "claimReviewed": "A String", # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`. 247 "rating": { # Information about the claim rating. # Info about the rating of this claim review. 248 "bestRating": 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`. 249 "imageUrl": "A String", # Corresponds to `ClaimReview.reviewRating.image`. 250 "ratingExplanation": "A String", # Corresponds to `ClaimReview.reviewRating.ratingExplanation`. 251 "ratingValue": 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`. 252 "textualRating": "A String", # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`. 253 "worstRating": 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`. 254 }, 255 "url": "A String", # 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"). Corresponds to `ClaimReview.url` 256 }, 257 ], 258 "name": "A String", # The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user. 259 "pageUrl": "A String", # The URL of the page associated with this `ClaimReview` markup. While every individual `ClaimReview` has its own URL field, semantically this is a page-level field, and each `ClaimReview` on this page will use this value unless individually overridden. Corresponds to `ClaimReview.url` 260 "publishDate": "A String", # The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and each `ClaimReview` on this page will contain the same value. Corresponds to `ClaimReview.datePublished` 261 "versionId": "A String", # The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user. 262}</pre> 263</div> 264 265<div class="method"> 266 <code class="details" id="list">list(offset=None, organization=None, pageSize=None, pageToken=None, url=None, x__xgafv=None)</code> 267 <pre>List the `ClaimReview` markup pages for a specific URL or for an organization. 268 269Args: 270 offset: integer, An integer that specifies the current offset (that is, starting result location) in search results. This field is only considered if `page_token` is unset, and if the request is not for a specific URL. For example, 0 means to return results starting from the first matching result, and 10 means to return from the 11th result. 271 organization: string, The organization for which we want to fetch markups for. For instance, "site.com". Cannot be specified along with an URL. 272 pageSize: integer, The pagination size. We will return up to that many results. Defaults to 10 if not set. Has no effect if a URL is requested. 273 pageToken: string, The pagination token. You may provide the `next_page_token` returned from a previous List request, if any, in order to get the next page. All other fields must have the same values as in the previous request. 274 url: string, The URL from which to get `ClaimReview` markup. There will be at most one result. If markup is associated with a more canonical version of the URL provided, we will return that URL instead. Cannot be specified along with an organization. 275 x__xgafv: string, V1 error format. 276 Allowed values 277 1 - v1 error format 278 2 - v2 error format 279 280Returns: 281 An object of the form: 282 283 { # Response from listing `ClaimReview` markup. 284 "claimReviewMarkupPages": [ # The result list of pages of `ClaimReview` markup. 285 { # Holds one or more instances of `ClaimReview` markup for a webpage. 286 "claimReviewAuthor": { # Information about the claim review author. # Info about the author of this claim review. Similar to the above, semantically these are page-level fields, and each `ClaimReview` on this page will contain the same values. 287 "imageUrl": "A String", # Corresponds to `ClaimReview.author.image`. 288 "name": "A String", # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`. 289 }, 290 "claimReviewMarkups": [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element. 291 { # 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. 292 "claimAppearances": [ # A list of links to works in which this claim appears, aside from the one specified in `claim_first_appearance`. Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`. 293 "A String", 294 ], 295 "claimAuthor": { # Information about the claim author. # Info about the author of this claim. 296 "imageUrl": "A String", # Corresponds to `ClaimReview.itemReviewed.author.image`. 297 "jobTitle": "A String", # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`. 298 "name": "A String", # A person or organization stating the claim. For instance, "John Doe". Corresponds to `ClaimReview.itemReviewed.author.name`. 299 "sameAs": "A String", # Corresponds to `ClaimReview.itemReviewed.author.sameAs`. 300 }, 301 "claimDate": "A String", # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`. 302 "claimFirstAppearance": "A String", # A link to a work in which this claim first appears. Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`. 303 "claimLocation": "A String", # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`. 304 "claimReviewed": "A String", # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`. 305 "rating": { # Information about the claim rating. # Info about the rating of this claim review. 306 "bestRating": 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`. 307 "imageUrl": "A String", # Corresponds to `ClaimReview.reviewRating.image`. 308 "ratingExplanation": "A String", # Corresponds to `ClaimReview.reviewRating.ratingExplanation`. 309 "ratingValue": 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`. 310 "textualRating": "A String", # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`. 311 "worstRating": 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`. 312 }, 313 "url": "A String", # 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"). Corresponds to `ClaimReview.url` 314 }, 315 ], 316 "name": "A String", # The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user. 317 "pageUrl": "A String", # The URL of the page associated with this `ClaimReview` markup. While every individual `ClaimReview` has its own URL field, semantically this is a page-level field, and each `ClaimReview` on this page will use this value unless individually overridden. Corresponds to `ClaimReview.url` 318 "publishDate": "A String", # The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and each `ClaimReview` on this page will contain the same value. Corresponds to `ClaimReview.datePublished` 319 "versionId": "A String", # The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user. 320 }, 321 ], 322 "nextPageToken": "A String", # The next pagination token in the Search response. It should be used as the `page_token` for the following request. An empty value means no more results. 323}</pre> 324</div> 325 326<div class="method"> 327 <code class="details" id="list_next">list_next(previous_request, previous_response)</code> 328 <pre>Retrieves the next page of results. 329 330Args: 331 previous_request: The request for the previous page. (required) 332 previous_response: The response from the request for the previous page. (required) 333 334Returns: 335 A request object that you can call 'execute()' on to request the next 336 page. Returns None if there are no more items in the collection. 337 </pre> 338</div> 339 340<div class="method"> 341 <code class="details" id="update">update(name, body=None, x__xgafv=None)</code> 342 <pre>Update for all `ClaimReview` markup on a page Note that this is a full update. To retain the existing `ClaimReview` markup on a page, first perform a Get operation, then modify the returned markup, and finally call Update with the entire `ClaimReview` markup as the body. 343 344Args: 345 name: string, The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user. (required) 346 body: object, The request body. 347 The object takes the form of: 348 349{ # Holds one or more instances of `ClaimReview` markup for a webpage. 350 "claimReviewAuthor": { # Information about the claim review author. # Info about the author of this claim review. Similar to the above, semantically these are page-level fields, and each `ClaimReview` on this page will contain the same values. 351 "imageUrl": "A String", # Corresponds to `ClaimReview.author.image`. 352 "name": "A String", # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`. 353 }, 354 "claimReviewMarkups": [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element. 355 { # 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. 356 "claimAppearances": [ # A list of links to works in which this claim appears, aside from the one specified in `claim_first_appearance`. Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`. 357 "A String", 358 ], 359 "claimAuthor": { # Information about the claim author. # Info about the author of this claim. 360 "imageUrl": "A String", # Corresponds to `ClaimReview.itemReviewed.author.image`. 361 "jobTitle": "A String", # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`. 362 "name": "A String", # A person or organization stating the claim. For instance, "John Doe". Corresponds to `ClaimReview.itemReviewed.author.name`. 363 "sameAs": "A String", # Corresponds to `ClaimReview.itemReviewed.author.sameAs`. 364 }, 365 "claimDate": "A String", # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`. 366 "claimFirstAppearance": "A String", # A link to a work in which this claim first appears. Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`. 367 "claimLocation": "A String", # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`. 368 "claimReviewed": "A String", # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`. 369 "rating": { # Information about the claim rating. # Info about the rating of this claim review. 370 "bestRating": 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`. 371 "imageUrl": "A String", # Corresponds to `ClaimReview.reviewRating.image`. 372 "ratingExplanation": "A String", # Corresponds to `ClaimReview.reviewRating.ratingExplanation`. 373 "ratingValue": 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`. 374 "textualRating": "A String", # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`. 375 "worstRating": 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`. 376 }, 377 "url": "A String", # 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"). Corresponds to `ClaimReview.url` 378 }, 379 ], 380 "name": "A String", # The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user. 381 "pageUrl": "A String", # The URL of the page associated with this `ClaimReview` markup. While every individual `ClaimReview` has its own URL field, semantically this is a page-level field, and each `ClaimReview` on this page will use this value unless individually overridden. Corresponds to `ClaimReview.url` 382 "publishDate": "A String", # The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and each `ClaimReview` on this page will contain the same value. Corresponds to `ClaimReview.datePublished` 383 "versionId": "A String", # The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user. 384} 385 386 x__xgafv: string, V1 error format. 387 Allowed values 388 1 - v1 error format 389 2 - v2 error format 390 391Returns: 392 An object of the form: 393 394 { # Holds one or more instances of `ClaimReview` markup for a webpage. 395 "claimReviewAuthor": { # Information about the claim review author. # Info about the author of this claim review. Similar to the above, semantically these are page-level fields, and each `ClaimReview` on this page will contain the same values. 396 "imageUrl": "A String", # Corresponds to `ClaimReview.author.image`. 397 "name": "A String", # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`. 398 }, 399 "claimReviewMarkups": [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element. 400 { # 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. 401 "claimAppearances": [ # A list of links to works in which this claim appears, aside from the one specified in `claim_first_appearance`. Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`. 402 "A String", 403 ], 404 "claimAuthor": { # Information about the claim author. # Info about the author of this claim. 405 "imageUrl": "A String", # Corresponds to `ClaimReview.itemReviewed.author.image`. 406 "jobTitle": "A String", # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`. 407 "name": "A String", # A person or organization stating the claim. For instance, "John Doe". Corresponds to `ClaimReview.itemReviewed.author.name`. 408 "sameAs": "A String", # Corresponds to `ClaimReview.itemReviewed.author.sameAs`. 409 }, 410 "claimDate": "A String", # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`. 411 "claimFirstAppearance": "A String", # A link to a work in which this claim first appears. Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`. 412 "claimLocation": "A String", # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`. 413 "claimReviewed": "A String", # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`. 414 "rating": { # Information about the claim rating. # Info about the rating of this claim review. 415 "bestRating": 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`. 416 "imageUrl": "A String", # Corresponds to `ClaimReview.reviewRating.image`. 417 "ratingExplanation": "A String", # Corresponds to `ClaimReview.reviewRating.ratingExplanation`. 418 "ratingValue": 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`. 419 "textualRating": "A String", # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`. 420 "worstRating": 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`. 421 }, 422 "url": "A String", # 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"). Corresponds to `ClaimReview.url` 423 }, 424 ], 425 "name": "A String", # The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user. 426 "pageUrl": "A String", # The URL of the page associated with this `ClaimReview` markup. While every individual `ClaimReview` has its own URL field, semantically this is a page-level field, and each `ClaimReview` on this page will use this value unless individually overridden. Corresponds to `ClaimReview.url` 427 "publishDate": "A String", # The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and each `ClaimReview` on this page will contain the same value. Corresponds to `ClaimReview.datePublished` 428 "versionId": "A String", # The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user. 429}</pre> 430</div> 431 432</body></html>