changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "activation": {
+ "description": "Present once the profile is provisioned.",
+ "properties": {
+ "lpa_url": {
+ "description": "Manual-entry fallback for installing on the same phone.",
+ "type": "string"
+ },
+ "qr_payload": {
+ "description": "LPA URI. Render the QR locally — never post it to an external service.",
+ "type": "string"
+ },
+ "qr_render_instructions": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "api_version": {
+ "type": "string"
+ },
+ "esim": {
+ "properties": {
+ "balance_usdt": {
+ "type": "number"
+ },
+ "created_at": {
+ "type": "string"
+ },
+ "display_id": {
+ "type": "string"
+ },
+ "iccid": {
+ "type": "string"
+ },
+ "id": {
+ "description": "Internal ULID for follow-up calls. Never user-facing.",
+ "type": "string"
+ },
+ "msisdn": {
+ "description": "The eSIM number — the ONLY identifier to show a user.",
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "esim"
+ ],
+ "type": "object"
+}