{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"tool": {
"type": "string",
"description": "Идентификатор инструмента из list_marketing_tools, например \"utm\" или \"qr\""
}
},
"required": [
"tool"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"numbers": {
"type": "array",
"items": {
"type": "string"
},
"description": "Список номеров в любом формате, до 10000 штук"
}
},
"required": [
"numbers"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"emails": {
"type": "array",
"items": {
"type": "string"
},
"description": "Список адресов электронной почты"
}
},
"required": [
"emails"
],
"additionalProperties": false
}