REST Resource: pages

资源:ClaimReviewMarkupPage

保留网页的一个或多个 ClaimReview 标记实例。

JSON 表示法
{
  "name": string,
  "pageUrl": string,
  "publishDate": string,
  "claimReviewAuthor": {
    object (ClaimReviewAuthor)
  },
  "claimReviewMarkups": [
    {
      object (ClaimReviewMarkup)
    }
  ],
  "versionId": string
}
字段
name

string

ClaimReview 标记页面资源的名称,格式为 pages/{page_id}。除了更新请求之外,此字段仅供输出,不应由用户设置。

pageUrl

string

与此 ClaimReview 标记关联的网页的网址。虽然每个 ClaimReview 都有自己的网址字段,但从语义上来讲,这是网页级字段,除非单独替换,否则此页面中的每个 ClaimReview 都将使用此值。
对应于 ClaimReview.url

publishDate

string

事实核查的发布日期。与网址类似,语义上,它是一个网页级字段,并且此页面上的每个 ClaimReview 包含的值都是相同的。
对应于 ClaimReview.datePublished

claimReviewAuthor

object (ClaimReviewAuthor)

有关此声明审核的作者的信息。与上文类似,从语义上来讲,它们是页面级字段,并且此页面上的每个 ClaimReview 都包含相同的值。

claimReviewMarkups[]

object (ClaimReviewMarkup)

针对该网页的各个版权主张审核列表。列表中的每个项都对应一个 ClaimReview 元素。

versionId

string

此标记的版本 ID。除了更新请求之外,此字段仅供输出,不应由用户设置。

声明审核者

有关声明审核作者的信息。

JSON 表示法
{
  "name": string,
  "imageUrl": string
}
字段
name

string

发布事实核查的组织的名称。
对应于 ClaimReview.author.name

imageUrl

string

对应于 ClaimReview.author.image

声明审核标记

单个 ClaimReview 元素的字段。除了将字段组合在一起的子消息之外,每个字段都与 https://schema.org/ClaimReview 中的字段相对应。我们列出了每个字段的精确映射。

JSON 表示法
{
  "url": string,
  "claimReviewed": string,
  "claimDate": string,
  "claimLocation": string,
  "claimFirstAppearance": string,
  "claimAppearances": [
    string
  ],
  "claimAuthor": {
    object (ClaimAuthor)
  },
  "rating": {
    object (ClaimRating)
  }
}
字段
url

string

此字段是可选字段,且将默认为页面网址。提供此字段可让您替换默认值,但只允许使用网页网址和可选的定位链接(“网页跳转”)。
对应于 ClaimReview.url

claimReviewed

string

所评估声明的简短摘要。
对应于 ClaimReview.claimReviewed

claimDate

string

提出或进入声明的日期。
对应于 ClaimReview.itemReviewed.datePublished

claimLocation

string

做出此声明的地点。
对应于 ClaimReview.itemReviewed.name

claimFirstAppearance

string

指向首次显示此作品的作品的链接。
对应于 ClaimReview.itemReviewed[@type=Claim].firstAppearance.url

claimAppearances[]

string

存在此版权主张的作品列表(claimFirstAppearance 中指定的链接除外)。
对应于 ClaimReview.itemReviewed[@type=Claim].appearance.url

claimAuthor

object (ClaimAuthor)

有关此声明的作者的信息。

rating

object (ClaimRating)

有关此声明审核的评分的信息。

版权主张作者

与版权主张作者相关的信息。

JSON 表示法
{
  "name": string,
  "jobTitle": string,
  "imageUrl": string,
  "sameAs": string
}
字段
name

string

声明的个人或组织。例如,“John Doe”。
对应于 ClaimReview.itemReviewed.author.name

jobTitle

string

对应于 ClaimReview.itemReviewed.author.jobTitle

imageUrl

string

对应于 ClaimReview.itemReviewed.author.image

sameAs

string

对应于 ClaimReview.itemReviewed.author.sameAs

声明分级

与声明分级相关的信息。

JSON 表示法
{
  "textualRating": string,
  "ratingValue": number,
  "worstRating": number,
  "bestRating": number,
  "ratingExplanation": string,
  "imageUrl": string
}
字段
textualRating

string

以用户可理解的简短字词或短语表示的真实度评分。
对应于 ClaimReview.reviewRating.alternateName

ratingValue

number

相应声明的数字评分,介于 worstRating - bestRating(含)之间。
对应于 ClaimReview.reviewRating.ratingValue

worstRating

number

用于数字评分,表示最差到最佳评分范围内可能的最差值。
对应于 ClaimReview.reviewRating.worstRating

bestRating

number

对于数字评分,表示从最差到最佳评分的可能最大值。
对应于 ClaimReview.reviewRating.bestRating

ratingExplanation

string

对应于 ClaimReview.reviewRating.ratingExplanation

imageUrl

string

对应于 ClaimReview.reviewRating.image

方法

create

在网页上创建 ClaimReview 标记。

delete

删除网页上的所有 ClaimReview 标记。

get

获取网页上的所有 ClaimReview 标记。

list

列出特定网址或组织的 ClaimReview 标记页面。

update

更新网页上的所有 ClaimReview 标记

请注意,这是完整的更新。