Android · JSON Structure

Google Play Developer Subscription Listing Structure

Type: object Properties: 4
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

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

Properties

languageCode title benefits description

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SubscriptionListing",
  "type": "object",
  "properties": {
    "languageCode": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "benefits": {
      "type": "array"
    },
    "description": {
      "type": "string"
    }
  }
}