Android · JSON Structure

Google Play Developer Subscription Offer Phase Structure

Type: object Properties: 3
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

SubscriptionOfferPhase 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

recurrenceCount duration regionalConfigs

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SubscriptionOfferPhase",
  "type": "object",
  "properties": {
    "recurrenceCount": {
      "type": "integer"
    },
    "duration": {
      "type": "string"
    },
    "regionalConfigs": {
      "type": "array"
    }
  }
}