Android · JSON Structure

Google Play Developer User Comment Structure

Type: object Properties: 10
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

UserComment is a JSON Structure definition published by Android, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

text starRating reviewerLanguage device androidOsVersion appVersionCode appVersionName thumbsUpCount thumbsDownCount originalText

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UserComment",
  "type": "object",
  "properties": {
    "text": {
      "type": "string"
    },
    "starRating": {
      "type": "integer"
    },
    "reviewerLanguage": {
      "type": "string"
    },
    "device": {
      "type": "string"
    },
    "androidOsVersion": {
      "type": "integer"
    },
    "appVersionCode": {
      "type": "integer"
    },
    "appVersionName": {
      "type": "string"
    },
    "thumbsUpCount": {
      "type": "integer"
    },
    "thumbsDownCount": {
      "type": "integer"
    },
    "originalText": {
      "type": "string"
    }
  }
}