Android · JSON Structure

Google Play Developer Token Pagination Structure

Type: object Properties: 2
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

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

Properties

nextPageToken previousPageToken

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TokenPagination",
  "type": "object",
  "properties": {
    "nextPageToken": {
      "type": "string"
    },
    "previousPageToken": {
      "type": "string"
    }
  }
}