Android · Schema

ReviewsReplyResponse

Response from posting a reply to a review.

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Properties

Name Type Description
result object The result of the reply.
View JSON Schema on GitHub

JSON Schema

google-play-developer-reviews-reply-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReviewsReplyResponse",
  "type": "object",
  "description": "Response from posting a reply to a review.",
  "properties": {
    "result": {
      "type": "object",
      "description": "The result of the reply."
    }
  }
}