changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "currency": {
+ "type": "string"
+ },
+ "plans": {
+ "items": {
+ "properties": {
+ "activation_policy": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "china_open_internet": {
+ "description": "Open/uncensored internet in China without a VPN",
+ "type": "boolean"
+ },
+ "coverage_codes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "data_amount": {
+ "type": "string"
+ },
+ "discount_pct": {
+ "type": "number"
+ },
+ "fair_usage_policy": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "type": "string"
+ },
+ "install_window_days": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "is_fair_usage_policy": {
+ "type": "boolean"
+ },
+ "is_unlimited": {
+ "type": "boolean"
+ },
+ "list_price_usd": {
+ "description": "Original price before discount",
+ "type": "number"
+ },
+ "networks": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "on_sale": {
+ "type": "boolean"
+ },
+ "price_usd": {
+ "description": "Price the customer pays (current discount applied)",
+ "type": "number"
+ },
+ "title": {
+ "type": "string"
+ },
+ "validity_days": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+}