12 lines
220 B
JSON
12 lines
220 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"undelivered": {
|
|
"type": "array",
|
|
"items": { "type": "string" }
|
|
},
|
|
"resultCode": { "type": "integer" },
|
|
"resultDescription": { "type": "string" }
|
|
}
|
|
}
|