12 lines
296 B
JSON
12 lines
296 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"undelivered": {
|
|
"type": "array",
|
|
"items": { "type": "string", "example": "+1234567890" }
|
|
},
|
|
"resultCode": { "type": "integer", "example": 0 },
|
|
"resultDescription": { "type": "string", "example": "SMS sent successfully" }
|
|
}
|
|
}
|