changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "calls": {
+ "description": "Array of call objects",
+ "items": {
+ "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 (inbound or 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"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "end": {
+ "description": "End index",
+ "type": "integer"
+ },
+ "first_page_uri": {
+ "description": "URI for first page",
+ "type": "string"
+ },
+ "next_page_uri": {
+ "description": "URI for next page",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "page": {
+ "description": "Current page number",
+ "type": "integer"
+ },
+ "page_size": {
+ "description": "Page size",
+ "type": "integer"
+ },
+ "previous_page_uri": {
+ "description": "URI for previous page",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "start": {
+ "description": "Start index",
+ "type": "integer"
+ },
+ "total": {
+ "description": "Total number of calls",
+ "type": "integer"
+ },
+ "uri": {
+ "description": "API URI for this resource",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}