{ "$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" } } }