changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "end": {
+ "description": "End index",
+ "type": "integer"
+ },
+ "first_page_uri": {
+ "description": "URI for first page",
+ "type": "string"
+ },
+ "messages": {
+ "description": "Array of message objects",
+ "items": {
+ "properties": {
+ "account_sid": {
+ "description": "Account SID",
+ "type": "string"
+ },
+ "body": {
+ "description": "Message body text",
+ "type": "string"
+ },
+ "date_created": {
+ "description": "ISO 8601 creation timestamp",
+ "type": "string"
+ },
+ "date_sent": {
+ "description": "ISO 8601 sent timestamp",
+ "type": "string"
+ },
+ "date_updated": {
+ "description": "ISO 8601 update timestamp",
+ "type": "string"
+ },
+ "from": {
+ "description": "Sender phone number",
+ "type": "string"
+ },
+ "price": {
+ "description": "Message cost",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "price_unit": {
+ "description": "Currency unit",
+ "type": "string"
+ },
+ "sid": {
+ "description": "Message SID",
+ "type": "string"
+ },
+ "status": {
+ "description": "Message status",
+ "type": "string"
+ },
+ "to": {
+ "description": "Destination phone number",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "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 messages",
+ "type": "integer"
+ },
+ "uri": {
+ "description": "API URI for this resource",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}