Android · JSON Structure

Google Play Developer Base Plan Structure

Type: object Properties: 6
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

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

Properties

basePlanId state regionalConfigs autoRenewingBasePlanType prepaidBasePlanType offerTags

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BasePlan",
  "type": "object",
  "properties": {
    "basePlanId": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "regionalConfigs": {
      "type": "array"
    },
    "autoRenewingBasePlanType": {
      "type": "object"
    },
    "prepaidBasePlanType": {
      "type": "object"
    },
    "offerTags": {
      "type": "array"
    }
  }
}