Android · Schema

UserComment

A comment from a user reviewing the app.

Artificial IntelligenceAndroidAutomotiveGoogleMachine-LearningMobile DevelopmentSDKTVWearables

Properties

Name Type Description
text string The text content of the review.
lastModified object
starRating integer The star rating (1-5) given by the user.
reviewerLanguage string BCP-47 language tag of the reviewer's language.
device string Information about the device used to write the review.
androidOsVersion integer The Android OS version of the user's device.
appVersionCode integer The version code of the app installed when the review was written.
appVersionName string The version name of the app installed when the review was written.
thumbsUpCount integer Number of users who found this review helpful.
thumbsDownCount integer Number of users who found this review unhelpful.
deviceMetadata object
originalText string The untranslated text of the review, if a translation was requested.
View JSON Schema on GitHub

JSON Schema

android-usercomment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserComment",
  "title": "UserComment",
  "type": "object",
  "description": "A comment from a user reviewing the app.",
  "properties": {
    "text": {
      "type": "string",
      "description": "The text content of the review.",
      "example": "example_value"
    },
    "lastModified": {
      "$ref": "#/components/schemas/Timestamp"
    },
    "starRating": {
      "type": "integer",
      "description": "The star rating (1-5) given by the user.",
      "minimum": 1,
      "maximum": 5,
      "example": 10
    },
    "reviewerLanguage": {
      "type": "string",
      "description": "BCP-47 language tag of the reviewer's language.",
      "example": "example_value"
    },
    "device": {
      "type": "string",
      "description": "Information about the device used to write the review.",
      "example": "example_value"
    },
    "androidOsVersion": {
      "type": "integer",
      "description": "The Android OS version of the user's device.",
      "example": 10
    },
    "appVersionCode": {
      "type": "integer",
      "description": "The version code of the app installed when the review was written.",
      "example": 10
    },
    "appVersionName": {
      "type": "string",
      "description": "The version name of the app installed when the review was written.",
      "example": "example_value"
    },
    "thumbsUpCount": {
      "type": "integer",
      "description": "Number of users who found this review helpful.",
      "example": 10
    },
    "thumbsDownCount": {
      "type": "integer",
      "description": "Number of users who found this review unhelpful.",
      "example": 10
    },
    "deviceMetadata": {
      "$ref": "#/components/schemas/DeviceMetadata"
    },
    "originalText": {
      "type": "string",
      "description": "The untranslated text of the review, if a translation was requested.",
      "example": "example_value"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/android-usercomment"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.