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 timestamp of creation",
+ "type": "string"
+ },
+ "date_sent": {
+ "description": "ISO 8601 timestamp when sent",
+ "type": "string"
+ },
+ "date_updated": {
+ "description": "ISO 8601 timestamp of last update",
+ "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": "Cost of the message",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "price_unit": {
+ "description": "Currency unit (USD)",
+ "type": "string"
+ },
+ "sid": {
+ "description": "Message SID (unique identifier)",
+ "type": "string"
+ },
+ "status": {
+ "description": "Message status (queued, sending, sent, failed, etc.)",
+ "type": "string"
+ },
+ "to": {
+ "description": "Destination phone number",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}