changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "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"
+ },
+ "error_code": {
+ "description": "Error code if failed",
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "error_message": {
+ "description": "Error message if failed",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "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"
+ },
+ "uri": {
+ "description": "API URI for this message",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}