{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SubscriptionOffer", "type": "object", "properties": { "packageName": { "type": "string" }, "productId": { "type": "string" }, "basePlanId": { "type": "string" }, "offerId": { "type": "string" }, "state": { "type": "string" }, "phases": { "type": "array" }, "targeting": { "type": "object" }, "regionalConfigs": { "type": "array" }, "offerTags": { "type": "array" } } }