changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "amount_usdt": {
+ "type": "number"
+ },
+ "country_slug": {
+ "type": "string"
+ },
+ "created_at": {
+ "type": "string"
+ },
+ "esim_id": {
+ "type": "string"
+ },
+ "intent_id": {
+ "type": "string"
+ },
+ "order_id": {
+ "type": "string"
+ },
+ "provider_invoice_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "provider_payment_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "description": "waiting → confirming → finished. Fetch the eSIM once finished.",
+ "type": "string"
+ },
+ "updated_at": {
+ "type": "string"
+ },
+ "user_facing": {
+ "properties": {
+ "hint": {
+ "type": "string"
+ },
+ "identifier_label": {
+ "type": "string"
+ },
+ "identifier_value": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+}