View Source GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup (google_api_fact_check_tools v0.7.0)
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.
Attributes
-
claimAppearances
(type:list(String.t)
, default:nil
) - A list of links to works in which this claim appears, aside from the one specified inclaim_first_appearance
. Corresponds toClaimReview.itemReviewed[@type=Claim].appearance.url
. -
claimAuthor
(type:GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor.t
, default:nil
) - Info about the author of this claim. -
claimDate
(type:String.t
, default:nil
) - The date when the claim was made or entered public discourse. Corresponds toClaimReview.itemReviewed.datePublished
. -
claimFirstAppearance
(type:String.t
, default:nil
) - A link to a work in which this claim first appears. Corresponds toClaimReview.itemReviewed[@type=Claim].firstAppearance.url
. -
claimLocation
(type:String.t
, default:nil
) - The location where this claim was made. Corresponds toClaimReview.itemReviewed.name
. -
claimReviewed
(type:String.t
, default:nil
) - A short summary of the claim being evaluated. Corresponds toClaimReview.claimReviewed
. -
rating
(type:GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating.t
, default:nil
) - Info about the rating of this claim review. -
url
(type:String.t
, default:nil
) - 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 toClaimReview.url
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup{ claimAppearances: [String.t()] | nil, claimAuthor: GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor.t() | nil, claimDate: String.t() | nil, claimFirstAppearance: String.t() | nil, claimLocation: String.t() | nil, claimReviewed: String.t() | nil, rating: GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating.t() | nil, url: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.