Android · JSON Structure

Google Play Developer Subscription Structure

Type: object Properties: 5
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

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

Properties

packageName productId basePlans listings archived

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Subscription",
  "type": "object",
  "properties": {
    "packageName": {
      "type": "string"
    },
    "productId": {
      "type": "string"
    },
    "basePlans": {
      "type": "array"
    },
    "listings": {
      "type": "array"
    },
    "archived": {
      "type": "boolean"
    }
  }
}