Android · Schema

ReviewsListResponse

Response containing a paginated list of reviews.

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Properties

Name Type Description
reviews array List of reviews.
View JSON Schema on GitHub

JSON Schema

google-play-developer-reviews-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReviewsListResponse",
  "type": "object",
  "description": "Response containing a paginated list of reviews.",
  "properties": {
    "reviews": {
      "type": "array",
      "description": "List of reviews."
    }
  }
}