{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SubscriptionListing",
"type": "object",
"description": "Localized listing information for a subscription.",
"properties": {
"languageCode": {
"type": "string",
"description": "BCP-47 language tag (e.g., en-US)."
},
"title": {
"type": "string",
"description": "The title of the subscription in this locale."
},
"benefits": {
"type": "array",
"description": "A list of benefits shown to the user on platforms such as the Play Store. Limited to four benefits."
},
"description": {
"type": "string",
"description": "The description of the subscription in this locale."
}
}
}