changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "account_sid": {
+ "description": "Account SID",
+ "type": "string"
+ },
+ "date_created": {
+ "description": "ISO 8601 creation timestamp",
+ "type": "string"
+ },
+ "date_updated": {
+ "description": "ISO 8601 update timestamp",
+ "type": "string"
+ },
+ "direction": {
+ "description": "Call direction (outbound)",
+ "type": "string"
+ },
+ "duration": {
+ "description": "Call duration in seconds",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "end_time": {
+ "description": "ISO 8601 end timestamp",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "from": {
+ "description": "Caller phone number",
+ "type": "string"
+ },
+ "price": {
+ "description": "Call cost",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "price_unit": {
+ "description": "Currency unit",
+ "type": "string"
+ },
+ "sid": {
+ "description": "Call SID",
+ "type": "string"
+ },
+ "status": {
+ "description": "Call status (queued, ringing, in-progress, completed, etc.)",
+ "type": "string"
+ },
+ "to": {
+ "description": "Destination phone number",
+ "type": "string"
+ },
+ "uri": {
+ "description": "API URI for this call",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}