16 lines
277 B
JSON
16 lines
277 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"mailboxId": {
|
|
"type": "number"
|
|
},
|
|
"messageId": {
|
|
"type": "number"
|
|
}
|
|
},
|
|
"required": [
|
|
"mailboxId",
|
|
"messageId"
|
|
],
|
|
"additionalProperties": false
|
|
} |