Android · JSON Structure

Google Play Developer Page Info Structure

Type: object Properties: 3
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

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

Properties

totalResults resultPerPage startIndex

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PageInfo",
  "type": "object",
  "properties": {
    "totalResults": {
      "type": "integer"
    },
    "resultPerPage": {
      "type": "integer"
    },
    "startIndex": {
      "type": "integer"
    }
  }
}